mirror of
https://github.com/libretro/RetroArch
synced 2025-03-30 16:20:27 +00:00
add ; when !HAVE_MENU
This commit is contained in:
parent
e8976762a5
commit
4ae7718f1c
@ -2385,6 +2385,8 @@ static enum runloop_state runloop_check_state(
|
||||
bool fullscreen_toggled = !runloop_paused
|
||||
#ifdef HAVE_MENU
|
||||
|| menu_is_alive;
|
||||
#else
|
||||
;
|
||||
#endif
|
||||
|
||||
if (fullscreen_toggled)
|
||||
|
Loading…
x
Reference in New Issue
Block a user