diff options
| author | Sergeanur <s.anureev@yandex.ua> | 2021-02-03 02:41:12 +0200 |
|---|---|---|
| committer | Sergeanur <s.anureev@yandex.ua> | 2021-02-03 02:41:12 +0200 |
| commit | 91612eb45a4195484b43e446907317dbffbff730 (patch) | |
| tree | e240252a44da318e5854d851e524a3ada6ca869c /src/core/config.h | |
| parent | Add radio off text (diff) | |
| download | re3-91612eb45a4195484b43e446907317dbffbff730.tar.gz | |
Controller menu
Diffstat (limited to 'src/core/config.h')
| -rw-r--r-- | src/core/config.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/core/config.h b/src/core/config.h index bb1ca5e3..2973caf0 100644 --- a/src/core/config.h +++ b/src/core/config.h @@ -313,6 +313,11 @@ enum Config { //# define PS2_MENU_USEALLPAGEICONS #else # define MENU_MAP // VC-like menu map. Make sure you have new menu.txd + +# ifdef XINPUT +# define GAMEPAD_MENU // Add gamepad menu +# endif + # define SCROLLABLE_STATS_PAGE // only draggable by mouse atm # define TRIANGLE_BACK_BUTTON //# define CIRCLE_BACK_BUTTON |
