mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-02 08:54:15 +00:00
3d21280ab4
Accessing buffer[start + size] triggers an error (and a crash) in debug builds. Using std::copy_n fixes this.