Enable Gamepad Menu on Switch

This commit is contained in:
Adrian Graber 2021-07-04 19:15:23 +02:00
parent 28f266302f
commit 6da20aa723
1 changed files with 1 additions and 1 deletions

View File

@ -345,7 +345,7 @@ enum Config {
//# define PS2_MENU_USEALLPAGEICONS
#else
# ifdef XINPUT
# if defined(XINPUT) || defined(GTA_SWITCH)
# define GAMEPAD_MENU // Add gamepad menu
# endif