The default for load_dummy_on_core_shutdown for Apple should be true (#15794)

This commit is contained in:
Eric Warmenhoven 2023-10-13 13:29:05 -04:00 committed by GitHub
parent b6ee341507
commit 1247041d05
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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