mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-01-30 06:47:55 +03: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.