From d89f5cc9b97e800ae4e727e3407a2406ce93a497 Mon Sep 17 00:00:00 2001 From: Andre Heider Date: Wed, 27 May 2009 18:47:53 +0000 Subject: Changes for the latest libfat update. svn-id: r40950 --- backends/platform/wii/main.cpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'backends/platform') 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(); -- cgit v1.2.3