mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 04:20:27 +00:00
The default for load_dummy_on_core_shutdown for Apple should be true (#15794)
This commit is contained in:
parent
b6ee341507
commit
1247041d05
@ -317,7 +317,7 @@
|
|||||||
/* Number of threads to use for video recording */
|
/* Number of threads to use for video recording */
|
||||||
#define DEFAULT_VIDEO_RECORD_THREADS 2
|
#define DEFAULT_VIDEO_RECORD_THREADS 2
|
||||||
|
|
||||||
#if defined(RARCH_CONSOLE) || defined(__APPLE__)
|
#if defined(RARCH_CONSOLE)
|
||||||
#define DEFAULT_LOAD_DUMMY_ON_CORE_SHUTDOWN false
|
#define DEFAULT_LOAD_DUMMY_ON_CORE_SHUTDOWN false
|
||||||
#else
|
#else
|
||||||
#define DEFAULT_LOAD_DUMMY_ON_CORE_SHUTDOWN true
|
#define DEFAULT_LOAD_DUMMY_ON_CORE_SHUTDOWN true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user