mirror of
https://github.com/citra-emu/citra.git
synced 2025-04-18 19:00:48 +00:00

These kinds of casts invoke undefined behavior, due to both the aliasing rule, and from an alignment point-of-view. Use the way that's guaranteed to always work instead.