mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-08-22 07:42:52 +00:00
Presync fix again
This commit is contained in:
@@ -420,7 +420,8 @@ public:
|
||||
private:
|
||||
bool CanResolveHostQueries() const {
|
||||
const auto driver_id = device.GetDriverID();
|
||||
return driver_id != VK_DRIVER_ID_ARM_PROPRIETARY &&
|
||||
return driver_id != VK_DRIVER_ID_QUALCOMM_PROPRIETARY &&
|
||||
driver_id != VK_DRIVER_ID_ARM_PROPRIETARY &&
|
||||
driver_id != VK_DRIVER_ID_MESA_TURNIP;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user