mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 04:14:00 +00:00
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
|
||||
* 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user