mirror of
https://github.com/dborth/vbagx.git
synced 2025-01-11 10:09:06 +01:00
disable read-ahead on gamecube
This commit is contained in:
parent
b47b3fa80c
commit
769f5d57c2
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user