mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-18 01:58:01 -05:00
Revert "core: Fix clang build"
This commit is contained in:
@ -247,7 +247,7 @@ void NVFlinger::Compose() {
|
||||
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(static_cast<u32>(fence.id), fence.value);
|
||||
gpu.WaitFence(fence.id, fence.value);
|
||||
}
|
||||
guard->lock();
|
||||
|
||||
|
Reference in New Issue
Block a user