(RMenu) Don't break menu stack when shortcut exiting from screenshot mode

This commit is contained in:
twinaphex 2013-04-10 19:12:25 +02:00
parent 37b90574ac
commit 2c29884d7d

View File

@ -3335,7 +3335,7 @@ static int menu_input_process(uint8_t menu_type, uint64_t old_state)
* a cleaner way of telling RMenu that the menu stack should be popped
* for a submenu when doing the menu quit hotkey */
if (menu_type == INGAME_MENU_CORE_OPTIONS || menu_type == INGAME_MENU_RESIZE
|| menu_type == LIBRETRO_CHOICE
|| menu_type == LIBRETRO_CHOICE || menu_type == INGAME_MENU_SCREENSHOT
#ifdef HAVE_SHADER_MANAGER
|| menu_type == INGAME_MENU_SHADER_MANAGER
#endif