mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-05-03 08:03:50 +00:00
Fix taxi startup/attachment and reduce taxi streaming hitches
This commit is contained in:
parent
b0af2c928d
commit
41a33249a5
11 changed files with 396 additions and 190 deletions
|
|
@ -102,6 +102,7 @@ private:
|
|||
|
||||
MPQManager mpqManager;
|
||||
mutable std::mutex readMutex;
|
||||
mutable std::mutex cacheMutex;
|
||||
std::map<std::string, std::shared_ptr<DBCFile>> dbcCache;
|
||||
|
||||
// Decompressed file cache (LRU, dynamic budget based on system RAM)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue