mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-06-23 01:53:29 +00:00
Casting up from unsigned char or char to an unrelated type isn't permitted by the C++ standard in the manner it's currently being done. We can utilize std::memcpy to mitigate this.