mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-16 16:07:58 -05:00
GPU: Refactor synchronization on Async GPU
This commit is contained in:
@ -32,6 +32,7 @@ void DmaPusher::DispatchCalls() {
|
||||
}
|
||||
}
|
||||
gpu.FlushCommands();
|
||||
gpu.SyncGuestHost();
|
||||
}
|
||||
|
||||
bool DmaPusher::Step() {
|
||||
|
Reference in New Issue
Block a user