mirror of
https://github.com/dborth/fceugx.git
synced 2024-10-31 22:45:05 +01:00
new read ahead cache
This commit is contained in:
parent
5ef12bcea9
commit
b164582a09
@ -186,8 +186,8 @@ bool MountFAT(int method)
|
||||
mounted = false;
|
||||
else if(!fatMountSimple(name, disc))
|
||||
mounted = false;
|
||||
//else
|
||||
// fatEnableReadAhead(name, 6, 64);
|
||||
else
|
||||
fatSetReadAhead(rootdir, 6, 64);
|
||||
}
|
||||
|
||||
isMounted[method] = mounted;
|
||||
|
Loading…
Reference in New Issue
Block a user