mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-02-17 05:46:19 +01:00
![lynxnb](/assets/img/avatar_default.png)
Using `__attribute__((packed))` doesn't work in new NDKs when a struct contains 128-bit integer members, likely because of a ndk/compiler bug. We now enclose the requiring structs in `#pragma pack` directives to tightly pack them.