mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-22 18:58:21 +00:00
(RARCH_CONSOLE) Should fix erroneous attempt_load_game for RARCH_CONSOLE
This commit is contained in:
parent
b126cb59d7
commit
2e5d151fac
@ -117,7 +117,7 @@ static void rarch_get_environment_console(void)
|
||||
#define ra_preinited false
|
||||
#endif
|
||||
|
||||
#if defined(HAVE_BB10)
|
||||
#if defined(HAVE_BB10) || defined(RARCH_CONSOLE)
|
||||
#define attempt_load_game false
|
||||
#else
|
||||
#define attempt_load_game true
|
||||
|
Loading…
Reference in New Issue
Block a user