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

Hide decompress button for normal saves files

This commit is contained in:
2022-11-20 17:34:53 +08:00
parent aec98cda34
commit 768c277d13
2 changed files with 6 additions and 1 deletions

View File

@@ -11,6 +11,7 @@
* Match game version 0.9.27.15033.
* Add new compression type: zstd (a bit slower but get better compression ratio than lz4).
* Add config to set compression type and level(Don't use high compression levels for zstd as they are very slow).
* Hide decompress button for normal save files.
* Optimize native dlls for other compression library support:
* Unified naming rules for filenames and export functions.
* Add compression level support.