mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
RTech: update comment on pak header flag
Patches can actually use different compression algorithms, but the patch headers must accommodate for pak file sizes properly. One pak could also be compressed while the others aren't if patch headers present correct sizes (both RTech and ZStream)
This commit is contained in:
parent
a2d869d572
commit
e901a32c18
@ -15,8 +15,7 @@
|
||||
#define PAK_HEADER_FLAGS_HAS_MODULE (1<<0)
|
||||
#define PAK_HEADER_FLAGS_COMPRESSED (1<<8)
|
||||
|
||||
// when using ZStd compression, all patches for this specific pak must
|
||||
// feature the same compression algorithm!
|
||||
// use the ZStd decoder instead of the RTech one
|
||||
#define PAK_HEADER_FLAGS_ZSTREAM (1<<9)
|
||||
|
||||
// max amount of types at runtime in which assets will be tracked
|
||||
|
Loading…
x
Reference in New Issue
Block a user