mirror of
https://github.com/libretro/RetroArch
synced 2025-01-28 14:54:03 +00:00
Revert "(RMenu) Attempt same glitch fix as in RGUI for 'exit immediately"
This reverts commit 95342e7638ef6c4aa17d2a3daba02788be0f2b7b.
This commit is contained in:
parent
95342e7638
commit
dcf14aae38
@ -2771,7 +2771,8 @@ void menu_init(void)
|
||||
|
||||
rmenu_state.init_resources = init_filebrowser;
|
||||
rmenu_state.free_resources = free_filebrowser;
|
||||
rmenu_state.old_state = (1ULL << RARCH_MENU_TOGGLE);
|
||||
rmenu_state.input = 0;
|
||||
rmenu_state.old_state = 0;
|
||||
|
||||
if(rmenu_state.init_resources)
|
||||
rmenu_state.init_resources(&rmenu_state);
|
||||
@ -2887,8 +2888,6 @@ bool menu_iterate(void)
|
||||
return true;
|
||||
|
||||
deinit:
|
||||
// so we don't immediately exit when we re-open the menu
|
||||
rmenu_state.old_state |= (1ULL << RARCH_MENU_TOGGLE);
|
||||
g_extern.lifecycle_mode_state &= ~(1ULL << MODE_MENU_DRAW);
|
||||
|
||||
#ifndef __CELLOS_LV2__
|
||||
|
Loading…
x
Reference in New Issue
Block a user