mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-06-02 17:21:20 +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.