From a9946b7634c716c045be67755509adc9356507de Mon Sep 17 00:00:00 2001 From: Francisco Javier Trujillo Mata Date: Sun, 3 Feb 2019 12:19:09 +0100 Subject: [PATCH] Open RetroArchMenu with long press start in PSP --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 6c1c1bca0a..1515ab3fa9 100644 --- a/config.def.h +++ b/config.def.h @@ -395,7 +395,7 @@ static bool default_screenshots_in_content_dir = false; #if defined(__CELLOS_LV2__) || defined(_XBOX1) || defined(_XBOX360) static unsigned menu_toggle_gamepad_combo = INPUT_TOGGLE_L3_R3; -#elif defined(PS2) +#elif defined(PS2) || defined(PSP) static unsigned menu_toggle_gamepad_combo = INPUT_TOGGLE_HOLD_START; #elif defined(VITA) static unsigned menu_toggle_gamepad_combo = INPUT_TOGGLE_L1_R1_START_SELECT;