mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
commit
bf5a513e2d
@ -63,6 +63,8 @@
|
||||
#ifdef HAVE_MENU
|
||||
#include "../../menu/menu_driver.h"
|
||||
#include "../../menu/menu_entries.h"
|
||||
#else
|
||||
#include "../../command.h"
|
||||
#endif
|
||||
|
||||
#ifdef ANDROID
|
||||
|
@ -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