mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-06-23 21:09:12 +00: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