mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-07-31 02:58:42 +02: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.