Need to reload tagcache in ram if dircache buffer has been stolen.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10025 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
1386034044
commit
26ffc619a4
1 changed files with 3 additions and 0 deletions
|
@ -1879,7 +1879,10 @@ static bool commit(void)
|
|||
tempbuf_size &= ~0x03;
|
||||
|
||||
if (tempbuf_size > 0)
|
||||
{
|
||||
dircache_buffer_stolen = true;
|
||||
stat.ramcache = false;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue