Enable core info cache by default on all 'console' platforms

This commit is contained in:
jdgleaver 2021-05-14 16:49:30 +01:00
parent 2be7106055
commit 87e248f4eb
1 changed files with 1 additions and 1 deletions

View File

@ -249,7 +249,7 @@
/* Specifies whether to cache core info /* Specifies whether to cache core info
* into a single (compressed) file for improved * into a single (compressed) file for improved
* load times on platforms with slow IO */ * load times on platforms with slow IO */
#if defined(_3DS) #if defined(RARCH_CONSOLE)
#define DEFAULT_CORE_INFO_CACHE_ENABLE true #define DEFAULT_CORE_INFO_CACHE_ENABLE true
#else #else
#define DEFAULT_CORE_INFO_CACHE_ENABLE false #define DEFAULT_CORE_INFO_CACHE_ENABLE false