mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-18 08:47:57 -05: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.