mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-19 02:18:18 -05:00
Fence Manager: Force ordering on WFI.
This commit is contained in:
@ -619,6 +619,10 @@ void RasterizerVulkan::WaitForIdle() {
|
||||
cmdbuf.SetEvent(event, flags);
|
||||
cmdbuf.WaitEvents(event, flags, VK_PIPELINE_STAGE_TOP_OF_PIPE_BIT, {}, {}, {});
|
||||
});
|
||||
if (!gpu.IsAsync()) {
|
||||
return;
|
||||
}
|
||||
fence_manager.SignalOrdering();
|
||||
}
|
||||
|
||||
void RasterizerVulkan::FragmentBarrier() {
|
||||
|
Reference in New Issue
Block a user