mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 14:35:46 +00:00
GPU: Delay Fences.
This commit is contained in:
parent
de53bc96c0
commit
fda21f5a93
6 changed files with 20 additions and 2 deletions
|
@ -34,6 +34,7 @@ void DmaPusher::DispatchCalls() {
|
|||
}
|
||||
gpu.FlushCommands();
|
||||
gpu.SyncGuestHost();
|
||||
gpu.OnCommandListEnd();
|
||||
}
|
||||
|
||||
bool DmaPusher::Step() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue