mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-17 19:29:00 +02:00
[vulkan, tu] Returning timeline semaphores to turnip
This commit is contained in:
parent
ab1ad1dc4a
commit
3aa4fb867c
1 changed files with 0 additions and 3 deletions
|
|
@ -924,9 +924,6 @@ bool Device::ShouldBoostClocks() const {
|
||||||
}
|
}
|
||||||
|
|
||||||
bool Device::HasTimelineSemaphore() const {
|
bool Device::HasTimelineSemaphore() const {
|
||||||
if (GetDriverID() == VK_DRIVER_ID_MESA_TURNIP) {
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
return features.timeline_semaphore.timelineSemaphore;
|
return features.timeline_semaphore.timelineSemaphore;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue