GPU: Delay Fences.

This commit is contained in:
Fernando Sahmkow 2020-02-16 16:24:37 -04:00
parent de53bc96c0
commit fda21f5a93
6 changed files with 20 additions and 2 deletions

View file

@ -34,6 +34,7 @@ void DmaPusher::DispatchCalls() {
}
gpu.FlushCommands();
gpu.SyncGuestHost();
gpu.OnCommandListEnd();
}
bool DmaPusher::Step() {