Merge pull request #5081 from Scheiker/macrofixes

Macrofixes
This commit is contained in:
Twinaphex 2017-06-21 04:31:20 +02:00 committed by GitHub
commit bf5a513e2d
2 changed files with 4 additions and 0 deletions

View File

@ -63,6 +63,8 @@
#ifdef HAVE_MENU
#include "../../menu/menu_driver.h"
#include "../../menu/menu_entries.h"
#else
#include "../../command.h"
#endif
#ifdef ANDROID

View File

@ -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)