disable read-ahead on gamecube

This commit is contained in:
dborth 2009-01-21 06:52:04 +00:00
parent 20157ba7b5
commit d02c06028c

View File

@ -189,8 +189,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;