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