mirror of
https://github.com/libretro/RetroArch
synced 2025-04-09 21:45:45 +00:00
(Lakka) Fix menu toggle
This commit is contained in:
parent
71f6abb71f
commit
e53c7d590f
@ -331,6 +331,13 @@ static int menu_lakka_iterate(unsigned action)
|
|||||||
return 0;
|
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];
|
active_category = (menu_category_t*)&categories[menu_active_category];
|
||||||
|
|
||||||
if (active_category)
|
if (active_category)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user