mirror of
https://github.com/wiiu-env/RPXLoadingModule.git
synced 2024-11-22 09:59:17 +01:00
Align the buffer of the FileReaderCompressed buffer
This commit is contained in:
parent
c6a700bf51
commit
a0def8f4b4
@ -18,7 +18,7 @@ public:
|
|||||||
|
|
||||||
private:
|
private:
|
||||||
bool initDone = false;
|
bool initDone = false;
|
||||||
uint8_t zlib_in_buf[BUFFER_SIZE]{};
|
alignas(0x40) uint8_t zlib_in_buf[BUFFER_SIZE]{};
|
||||||
z_stream strm{};
|
z_stream strm{};
|
||||||
|
|
||||||
void initCompressedData();
|
void initCompressedData();
|
||||||
|
Loading…
Reference in New Issue
Block a user