diff --git a/config.def.h b/config.def.h index 9ea23f376d..15bd7e3913 100644 --- a/config.def.h +++ b/config.def.h @@ -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