diff options
| author | Sergeanur <s.anureev@yandex.ua> | 2021-02-03 21:43:25 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-03 21:43:25 +0200 |
| commit | 91c3bdfa15188054295e04b5152aa9169c38ce07 (patch) | |
| tree | cccd13a63bfda33ac24af29ce7a6a15f880dd59d /src/core/config.h | |
| parent | and a space (diff) | |
| parent | Add undef (diff) | |
| download | re3-91c3bdfa15188054295e04b5152aa9169c38ce07.tar.gz | |
Merge pull request #1019 from Sergeanur/ControllerMenu2
Controller menu
Diffstat (limited to 'src/core/config.h')
| -rw-r--r-- | src/core/config.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/core/config.h b/src/core/config.h index 8a500fd5..79323ef1 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 @@ -472,6 +477,7 @@ enum Config { #undef RADIO_OFF_TEXT #undef MENU_MAP +#undef GAMEPAD_MENU #undef SCROLLABLE_STATS_PAGE #undef CUSTOM_FRONTEND_OPTIONS |
