mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-12 07:48:18 -05:00
Revert "Merge pull request #7668 from ameerj/fence-stop-token"
This reverts commite773354477
, reversing changes made toabbbdc2bc0
.
This commit is contained in:
@ -266,11 +266,10 @@ void NVFlinger::Compose() {
|
||||
|
||||
auto& gpu = system.GPU();
|
||||
const auto& multi_fence = buffer->get().multi_fence;
|
||||
const auto stop_token = vsync_thread.get_stop_token();
|
||||
guard->unlock();
|
||||
for (u32 fence_id = 0; fence_id < multi_fence.num_fences; fence_id++) {
|
||||
const auto& fence = multi_fence.fences[fence_id];
|
||||
gpu.WaitFence(fence.id, fence.value, stop_token);
|
||||
gpu.WaitFence(fence.id, fence.value);
|
||||
}
|
||||
guard->lock();
|
||||
|
||||
|
Reference in New Issue
Block a user