mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-18 03:51:31 +02:00

The casts to u32* are technically undefined behavior. The u8* cast is left, as char/unsigned char is exempted from this rule to allow for bvtewise inspection of objects (and this is what s8/u8 are typedefs of on platforms we support).