From 87e248f4eb2f91beb02154c2f3c30efa4c76f008 Mon Sep 17 00:00:00 2001 From: jdgleaver Date: Fri, 14 May 2021 16:49:30 +0100 Subject: [PATCH] Enable core info cache by default on all 'console' platforms --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index a9e6798f9a84..9ea23f376d47 100644 --- a/config.def.h +++ b/config.def.h @@ -249,7 +249,7 @@ /* Specifies whether to cache core info * into a single (compressed) file for improved * load times on platforms with slow IO */ -#if defined(_3DS) +#if defined(RARCH_CONSOLE) #define DEFAULT_CORE_INFO_CACHE_ENABLE true #else #define DEFAULT_CORE_INFO_CACHE_ENABLE false