mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-14 13:28:56 +02:00
[vk, qcom] Extending limits of broken parallel compiling to 512.800.51
This commit is contained in:
parent
3619fe7e99
commit
fd53dc0748
1 changed files with 2 additions and 1 deletions
|
|
@ -579,7 +579,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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue