mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 14:35:46 +00:00
GPU: Refactor synchronization on Async GPU
This commit is contained in:
parent
0a62525e65
commit
c689dc6804
11 changed files with 56 additions and 7 deletions
|
@ -32,6 +32,7 @@ void DmaPusher::DispatchCalls() {
|
|||
}
|
||||
}
|
||||
gpu.FlushCommands();
|
||||
gpu.SyncGuestHost();
|
||||
}
|
||||
|
||||
bool DmaPusher::Step() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue