1
0
mirror of https://github.com/soarqin/DSP_Mods.git synced 2025-12-08 22:13:30 +08:00

PoolOpt 0.9.2

This commit is contained in:
2023-09-04 14:05:53 +08:00
parent 591d1e2cc6
commit 42200de729
4 changed files with 57 additions and 55 deletions

View File

@@ -4,6 +4,9 @@
#### 加载游戏存档时优化内存池的使用
# Changelog
* 0.9.2
+ Fix a issue that may delete used slots in trash pool
+ Fix compatibility issue with other mods (expecially [DSPOptimizations](https://dsp.thunderstore.io/package/Selsion/DSPOptimizations/)) by calling `SetXXXCapacity()` on shrinking capacity of pools
* 0.9.1
+ Fix a bug that may cause game crash on shrinking storage memory pools.