From 90040117afadf0d9fb69d4f68e09c175c6e374d4 Mon Sep 17 00:00:00 2001 From: Ash Logan Date: Sun, 18 Jul 2021 21:39:49 +1000 Subject: [PATCH] deps/libfat: Increase cache size on Wii U We got lotsa RAM! See https://github.com/aliaspider/wiiu/blob/5be1be8e66c60a6c7ffd3bb47bbd2a72077b3f12/libfat/common.h#L62-L66 --- deps/libfat/common.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deps/libfat/common.h b/deps/libfat/common.h index b38889ee5f..66ca7bf77e 100644 --- a/deps/libfat/common.h +++ b/deps/libfat/common.h @@ -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