diff --git a/retroarch.c b/retroarch.c index 6d61e6d6bd..b9ecc8925c 100644 --- a/retroarch.c +++ b/retroarch.c @@ -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)