mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-16 15:57:58 -05:00
GPU: Delay Fences.
This commit is contained in:
@ -34,6 +34,7 @@ void DmaPusher::DispatchCalls() {
|
||||
}
|
||||
gpu.FlushCommands();
|
||||
gpu.SyncGuestHost();
|
||||
gpu.OnCommandListEnd();
|
||||
}
|
||||
|
||||
bool DmaPusher::Step() {
|
||||
|
Reference in New Issue
Block a user