mirror of
https://github.com/dborth/fceugx.git
synced 2025-01-05 21:38:17 +01:00
disable read-ahead on gamecube
This commit is contained in:
parent
488fc92791
commit
2af5a8cab0
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user