Enable core info cache by default on all 'console' platforms
This commit is contained in:
parent
2be7106055
commit
87e248f4eb
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue