disable read-ahead on gamecube

This commit is contained in:
dborth 2009-01-21 06:53:13 +00:00
parent b47b3fa80c
commit 769f5d57c2

View File

@ -188,8 +188,10 @@ bool MountFAT(int method)
mounted = false;
else if(!fatMountSimple(name, disc))
mounted = false;
#ifdef HW_RVL
else
fatSetReadAhead(rootdir, 6, 64);
#endif
}
isMounted[method] = mounted;