mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-27 13:39:02 +02:00
another one
This commit is contained in:
parent
745bf3f9e5
commit
0b4ad8bc74
1 changed files with 1 additions and 1 deletions
|
|
@ -939,7 +939,7 @@ bool Device::HasTimelineSemaphore() const {
|
|||
return false;
|
||||
}
|
||||
|
||||
if (driver_id == VK_DRIVER_ID_QUALCOMM_PROPRIETARY) {
|
||||
if (GetDriverID() == VK_DRIVER_ID_QUALCOMM_PROPRIETARY) {
|
||||
// Drop the variant bits before comparing to the minimum supported timeline build.
|
||||
const u32 driver_version = (GetDriverVersion() << 3) >> 3;
|
||||
constexpr u32 min_timeline_driver = VK_MAKE_API_VERSION(0, 500, 800, 51);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue