[Scummvm-cvs-logs] SF.net SVN: scummvm:[40950] scummvm/trunk/backends/platform/wii/main.cpp
dhewg at users.sourceforge.net
dhewg at users.sourceforge.net
Wed May 27 20:47:54 CEST 2009
Revision: 40950
http://scummvm.svn.sourceforge.net/scummvm/?rev=40950&view=rev
Author: dhewg
Date: 2009-05-27 18:47:53 +0000 (Wed, 27 May 2009)
Log Message:
-----------
Changes for the latest libfat update.
Modified Paths:
--------------
scummvm/trunk/backends/platform/wii/main.cpp
Modified: scummvm/trunk/backends/platform/wii/main.cpp
===================================================================
--- scummvm/trunk/backends/platform/wii/main.cpp 2009-05-27 18:38:57 UTC (rev 40949)
+++ scummvm/trunk/backends/platform/wii/main.cpp 2009-05-27 18:47:53 UTC (rev 40950)
@@ -118,11 +118,6 @@
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 @@
printf("shutdown\n");
-#ifdef LIBFAT_READAHEAD_CACHE
fatUnmountDefault();
-#endif
#ifdef USE_WII_DI
DI_Close();
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list