Update config.def.h

This commit is contained in:
Autechre 2021-05-16 19:27:07 +02:00 committed by GitHub
parent aebdc8b747
commit a9426925cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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(RARCH_CONSOLE)
#if defined(RARCH_CONSOLE) || defined(__WINRT__)
#define DEFAULT_CORE_INFO_CACHE_ENABLE true
#else
#define DEFAULT_CORE_INFO_CACHE_ENABLE false