mirror of
https://github.com/libretro/RetroArch
synced 2025-03-17 10:21:26 +00:00
(Lakka) Fix menu toggle
This commit is contained in:
parent
d0001eb666
commit
d926d119a3
@ -328,13 +328,6 @@ static int menu_lakka_iterate(unsigned action)
|
||||
return 0;
|
||||
}
|
||||
|
||||
if (action == MENU_ACTION_TOGGLE &&
|
||||
g_extern.main_is_init && !g_extern.libretro_dummy)
|
||||
{
|
||||
rarch_main_command(RARCH_CMD_RESUME);
|
||||
return -1;
|
||||
}
|
||||
|
||||
active_category = (menu_category_t*)&categories[menu_active_category];
|
||||
|
||||
if (active_category)
|
||||
|
Loading…
x
Reference in New Issue
Block a user