mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-04-20 13:20:48 +00:00

We can avoid constructing a std::vector here by simply passing a pointer to the original data and the size of the copy we wish to perform to the backend's Write() function instead, avoiding copying the data where it's otherwise not needed.