mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-26 15:49:50 -06:00

Copying with memcpy/std::copy is a lot faster than writing one byte at a time. And the behavior should be fully equivalent.
Copying with memcpy/std::copy is a lot faster than writing one byte at a time. And the behavior should be fully equivalent.