mirror of
https://github.com/libretro/RetroArch.git
synced 2025-03-02 22:55:41 +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 */
|
||||
#define DEFAULT_VIDEO_RECORD_THREADS 2
|
||||
|
||||
#if defined(RARCH_CONSOLE) || defined(__APPLE__)
|
||||
#if defined(RARCH_CONSOLE)
|
||||
#define DEFAULT_LOAD_DUMMY_ON_CORE_SHUTDOWN false
|
||||
#else
|
||||
#define DEFAULT_LOAD_DUMMY_ON_CORE_SHUTDOWN true
|
||||
|
Loading…
x
Reference in New Issue
Block a user