mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-07 13:13:32 +01:00
![Léo Lam](/assets/img/avatar_default.png)
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.