From a9426925cf913fab4e2351cbb0c5b58f4585d1f3 Mon Sep 17 00:00:00 2001 From: Autechre Date: Sun, 16 May 2021 19:27:07 +0200 Subject: [PATCH] Update config.def.h --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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