mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2026-05-14 16:04:49 +08:00
Improved GameFileCache memory usage
This commit is contained in:
@@ -226,6 +226,10 @@ namespace CodeWalker.GameFiles
|
||||
//{ }
|
||||
|
||||
#endregion
|
||||
|
||||
#if !DEBUG
|
||||
Meta = null;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -2257,6 +2257,13 @@ namespace CodeWalker.GameFiles
|
||||
}
|
||||
|
||||
|
||||
public void BeginFrame()
|
||||
{
|
||||
lock (requestSyncRoot)
|
||||
{
|
||||
mainCache.BeginFrame();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
public bool ContentThreadProc()
|
||||
|
||||
Reference in New Issue
Block a user