- Manual cache cleanup in the menu to help a bit with issue 693. This is unfortunately not enough, we are dealing with ram fragmentation problems here :(
This commit is contained in:
@@ -88,6 +88,9 @@ public:
|
||||
//Refreshes all files in cache, for when mode/profile changes.
|
||||
virtual void Refresh() = 0;
|
||||
|
||||
//Manual clear of the cache
|
||||
virtual void ClearUnlocked() = 0;
|
||||
|
||||
virtual unsigned int nowTime() = 0;
|
||||
|
||||
virtual JQuadPtr GetQuad(const string &quadName) = 0;
|
||||
|
||||
Reference in New Issue
Block a user