mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 12:32:52 +00:00
config.def.h: Toggle menu with start & select (- & +) on Switch.
This commit is contained in:
parent
a4e2c8c75c
commit
be64bf08e4
@ -352,6 +352,8 @@ static bool default_screenshots_in_content_dir = false;
|
||||
static unsigned menu_toggle_gamepad_combo = INPUT_TOGGLE_L3_R3;
|
||||
#elif defined(VITA)
|
||||
static unsigned menu_toggle_gamepad_combo = INPUT_TOGGLE_L1_R1_START_SELECT;
|
||||
#elif defined(SWITCH)
|
||||
static unsigned menu_toggle_gamepad_combo = INPUT_TOGGLE_START_SELECT;
|
||||
#else
|
||||
static unsigned menu_toggle_gamepad_combo = INPUT_TOGGLE_NONE;
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user