Merge pull request #1019 from Sergeanur/ControllerMenu2

Controller menu
This commit is contained in:
Sergeanur
2021-02-03 21:43:25 +02:00
committed by GitHub
16 changed files with 671 additions and 40 deletions

View File

@@ -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