mirror of
https://git.citron-emu.org/citron/emulator
synced 2025-12-22 11:53:43 +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