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:
Miika Pekkarinen 2006-05-31 06:07:28 +00:00
parent 1386034044
commit 26ffc619a4

View file

@ -1879,7 +1879,10 @@ static bool commit(void)
tempbuf_size &= ~0x03; tempbuf_size &= ~0x03;
if (tempbuf_size > 0) if (tempbuf_size > 0)
{
dircache_buffer_stolen = true; dircache_buffer_stolen = true;
stat.ramcache = false;
}
} }
#endif #endif