mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-10 23:08:05 -05:00
Make sure xchunk write size can specified to be smaller than xchunk size to respect zlib to add size instead of removing size due to not being able to compress
This commit is contained in:
@ -25,6 +25,7 @@ namespace T6
|
||||
static constexpr int ZONE_VERSION = 147;
|
||||
static constexpr int STREAM_COUNT = 4;
|
||||
static constexpr int XCHUNK_SIZE = 0x8000;
|
||||
static constexpr int XCHUNK_MAX_WRITE_SIZE = XCHUNK_SIZE - 0x40;
|
||||
static constexpr int VANILLA_BUFFER_SIZE = 0x80000;
|
||||
static constexpr int OFFSET_BLOCK_BIT_COUNT = 3;
|
||||
static constexpr block_t INSERT_BLOCK = XFILE_BLOCK_VIRTUAL;
|
||||
|
Reference in New Issue
Block a user