disable read-ahead on gamecube

This commit is contained in:
dborth 2009-01-21 06:51:26 +00:00
parent 488fc92791
commit 2af5a8cab0

View File

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