mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-04-25 12:50:40 +00:00

After marking buffers as resident, Nvidia's driver seems to take a slow path. To workaround this issue, copy to a STREAM_READ buffer and then call GetNamedBufferSubData on it. This is a temporary solution until we have asynchronous flushing.