Align the buffer of the FileReaderCompressed buffer

This commit is contained in:
Maschell 2022-02-14 19:35:20 +01:00
parent c6a700bf51
commit a0def8f4b4
1 changed files with 1 additions and 1 deletions

View File

@ -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();