mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-04-30 00:00:30 -05:00
cc32fa91af
Copying with memcpy/std::copy is a lot faster than writing one byte at a time. And the behavior should be fully equivalent.