deps/libfat: Increase cache size on Wii U
We got lotsa RAM! See
5be1be8e66/libfat/common.h (L62-L66)
This commit is contained in:
parent
5887016db3
commit
90040117af
|
@ -63,8 +63,8 @@
|
||||||
|
|
||||||
/* Platform specific options */
|
/* Platform specific options */
|
||||||
#if defined (__wiiu__)
|
#if defined (__wiiu__)
|
||||||
#define DEFAULT_CACHE_PAGES 4
|
#define DEFAULT_CACHE_PAGES 512
|
||||||
#define DEFAULT_SECTORS_PAGE 64
|
#define DEFAULT_SECTORS_PAGE 128
|
||||||
#if 0
|
#if 0
|
||||||
#define USE_LWP_LOCK
|
#define USE_LWP_LOCK
|
||||||
#define USE_RTC_TIME
|
#define USE_RTC_TIME
|
||||||
|
|
Loading…
Reference in New Issue