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

View File

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