mirror of
https://github.com/citra-emu/citra.git
synced 2025-04-02 18:20:06 +00:00

We can use std::memcpy to achieve the same behavior without undefined behavior. Once Citra moves to C++20 we can convert this over to std::bit_cast.