|
|
|
@ -430,11 +430,8 @@ Device::Device(VkInstance instance_, vk::PhysicalDevice physical_, VkSurfaceKHR |
|
|
|
const bool is_s8gen2 = device_id == 0x43050a01; |
|
|
|
const bool is_arm = driver_id == VK_DRIVER_ID_ARM_PROPRIETARY; |
|
|
|
|
|
|
|
if ((is_mvk || is_qualcomm || is_turnip || is_arm) && !is_suitable) { |
|
|
|
LOG_WARNING(Render_Vulkan, "Unsuitable driver, continuing anyway"); |
|
|
|
} else if (!is_suitable) { |
|
|
|
throw vk::Exception(VK_ERROR_INCOMPATIBLE_DRIVER); |
|
|
|
} |
|
|
|
if (!is_suitable) |
|
|
|
LOG_ERROR(Render_Vulkan, "Unsuitable driver - continuing anyways"); |
|
|
|
|
|
|
|
if (is_nvidia) { |
|
|
|
nvidia_arch = GetNvidiaArchitecture(physical, supported_extensions); |
|
|
|
|