mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-26 09:41:15 +00:00
Should not needlessly flag menu->need_refresh = true when we
toggle the menu
This commit is contained in:
parent
bb11745b5e
commit
32873de0ce
@ -1302,7 +1302,6 @@ void rarch_main_set_state(unsigned cmd)
|
||||
global->system.frame_time_last = 0;
|
||||
}
|
||||
|
||||
menu->need_refresh = true;
|
||||
runloop->is_menu = true;
|
||||
}
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user