mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2026-05-14 11:42:46 +08:00
Improved GameFileCache memory usage
This commit is contained in:
@@ -2257,6 +2257,13 @@ namespace CodeWalker.GameFiles
|
||||
}
|
||||
|
||||
|
||||
public void BeginFrame()
|
||||
{
|
||||
lock (requestSyncRoot)
|
||||
{
|
||||
mainCache.BeginFrame();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
public bool ContentThreadProc()
|
||||
|
||||
Reference in New Issue
Block a user