mirror of
https://github.com/libretro/RetroArch
synced 2025-03-30 07:20:36 +00:00
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
4
deps/libfat/common.h
vendored
4
deps/libfat/common.h
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user