mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-04-07 17:39:01 +03:00
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.