mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-02-02 14:32:32 +01:00
e9618d9e2c
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.