summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/core/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/config.h b/src/core/config.h
index edb5fb5a..462dd713 100644
--- a/src/core/config.h
+++ b/src/core/config.h
@@ -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