mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-08-18 06:10:35 +00:00
[vk, qcom] Extending limits of broken parallel compiling to 512.800.51
This commit is contained in:
committed by
Caio Oliveira
parent
5fe502ce03
commit
f50348d483
@@ -602,7 +602,8 @@ Device::Device(VkInstance instance_, vk::PhysicalDevice physical_, VkSurfaceKHR
|
||||
|
||||
if (is_qualcomm) {
|
||||
const u32 version = (properties.properties.driverVersion << 3) >> 3;
|
||||
if (version < VK_MAKE_API_VERSION(0, 255, 615, 512)) {
|
||||
if (version < VK_MAKE_API_VERSION(0, 255, 615, 512) ||
|
||||
version == VK_MAKE_API_VERSION(0, 512, 800, 51)) {
|
||||
has_broken_parallel_compiling = true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user