mirror of
https://github.com/dborth/vbagx.git
synced 2024-11-22 18:49:18 +01:00
new read ahead cache
This commit is contained in:
parent
497274c83d
commit
dc7b84e4a5
@ -188,8 +188,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