[vulkan, tu] Returning timeline semaphores to turnip

This commit is contained in:
CamilleLaVey 2026-02-14 01:07:52 -04:00
parent ab1ad1dc4a
commit 3aa4fb867c
1 changed files with 0 additions and 3 deletions

View File

@ -924,9 +924,6 @@ bool Device::ShouldBoostClocks() const {
}
bool Device::HasTimelineSemaphore() const {
if (GetDriverID() == VK_DRIVER_ID_MESA_TURNIP) {
return false;
}
return features.timeline_semaphore.timelineSemaphore;
}