mirror of
https://github.com/libretro/RetroArch
synced 2025-03-18 13:20:57 +00:00
Fix ifdef for pushing early to history.
This commit is contained in:
parent
c4f389fdb4
commit
adb0b4dfbe
@ -170,9 +170,9 @@ static void rarch_get_environment_console(void)
|
||||
#endif
|
||||
|
||||
#if !defined(RARCH_CONSOLE) && !defined(HAVE_BB10) && !defined(ANDROID) && !defined(EMSCRIPTEN)
|
||||
#define attempt_load_game_push_history false
|
||||
#else
|
||||
#define attempt_load_game_push_history true
|
||||
#else
|
||||
#define attempt_load_game_push_history false
|
||||
#endif
|
||||
|
||||
#ifndef RARCH_CONSOLE
|
||||
|
Loading…
x
Reference in New Issue
Block a user