diff --git a/retroarch.c b/retroarch.c index 78018c75e2..24ce3aa066 100644 --- a/retroarch.c +++ b/retroarch.c @@ -2802,8 +2802,8 @@ bool rarch_main_iterate(void) g_extern.delay_timer[0] = g_extern.frame_count + 30; } else -#endif g_extern.lifecycle_menu_state |= (1 << MODE_EXIT); +#endif return false; }