Skip to content

Commit

Permalink
Merge pull request #12397 from jdgleaver/info-cache-default
Browse files Browse the repository at this point in the history
Enable core info cache by default on all 'console' platforms
  • Loading branch information
inactive123 authored May 14, 2021
2 parents 2be7106 + 87e248f commit 6b13e3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.def.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6b13e3f

Please sign in to comment.