mirror of
https://github.com/libretro/RetroArch
synced 2025-04-11 00:44:20 +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;
|
global->system.frame_time_last = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
menu->need_refresh = true;
|
|
||||||
runloop->is_menu = true;
|
runloop->is_menu = true;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user