aboutsummaryrefslogtreecommitdiff
path: root/backends
diff options
context:
space:
mode:
Diffstat (limited to 'backends')
-rw-r--r--backends/platform/wii/main.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/backends/platform/wii/main.cpp b/backends/platform/wii/main.cpp
index 54c6f49ef2..c714a2a10e 100644
--- a/backends/platform/wii/main.cpp
+++ b/backends/platform/wii/main.cpp
@@ -118,11 +118,6 @@ int main(int argc, char *argv[]) {
if (!fatInitDefault()) {
printf("fatInitDefault failed\n");
} else {
-#ifdef LIBFAT_READAHEAD_CACHE
- fatSetReadAheadDefault(16, 32);
-#else
- printf("read ahead cache not available\n");
-#endif
// set the default path if libfat couldnt set it
// this allows loading over tcp/usbgecko
char cwd[MAXPATHLEN];
@@ -145,9 +140,7 @@ int main(int argc, char *argv[]) {
printf("shutdown\n");
-#ifdef LIBFAT_READAHEAD_CACHE
fatUnmountDefault();
-#endif
#ifdef USE_WII_DI
DI_Close();