Improved GameFileCache memory usage

This commit is contained in:
dexy
2019-12-11 00:31:56 +11:00
Unverified
parent d5c0bc2477
commit 0aa220e0c2
8 changed files with 67 additions and 7 deletions
@@ -2257,6 +2257,13 @@ namespace CodeWalker.GameFiles
}
public void BeginFrame()
{
lock (requestSyncRoot)
{
mainCache.BeginFrame();
}
}
public bool ContentThreadProc()