mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-12 14:46:49 +01:00

Accessing buffer[start + size] triggers an error (and a crash) in debug builds. Using std::copy_n fixes this.
Accessing buffer[start + size] triggers an error (and a crash) in debug builds. Using std::copy_n fixes this.