From 9694273a353a7dd53600364eea232c5e4903ebc4 Mon Sep 17 00:00:00 2001 From: Eric Warmenhoven Date: Fri, 13 Oct 2023 13:29:05 -0400 Subject: [PATCH] The default for load_dummy_on_core_shutdown for Apple should be true (#15794) --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 2d87abc0709..c6294a5fc05 100644 --- a/config.def.h +++ b/config.def.h @@ -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