deps/libfat: Increase cache size on Wii U

We got lotsa RAM! See 
5be1be8e66/libfat/common.h (L62-L66)
This commit is contained in:
Ash Logan 2021-07-18 21:39:49 +10:00
parent 5887016db3
commit 90040117af

View File

@ -63,8 +63,8 @@
/* Platform specific options */
#if defined (__wiiu__)
#define DEFAULT_CACHE_PAGES 4
#define DEFAULT_SECTORS_PAGE 64
#define DEFAULT_CACHE_PAGES 512
#define DEFAULT_SECTORS_PAGE 128
#if 0
#define USE_LWP_LOCK
#define USE_RTC_TIME