mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 22:15:46 +00:00
vk_device_info: Check only affected Intel drivers
Renames is_intel_proprietary to has_broken_compute for accuracy. vk_device_info: Use vulkan::device to check compute
This commit is contained in:
parent
a74f77bbbc
commit
eb2c848912
3 changed files with 11 additions and 8 deletions
|
@ -508,7 +508,7 @@ void ConfigureGraphics::RetrieveVulkanDevices() {
|
|||
vulkan_devices.push_back(QString::fromStdString(record.name));
|
||||
device_present_modes.push_back(record.vsync_support);
|
||||
|
||||
if (record.is_intel_proprietary) {
|
||||
if (record.has_broken_compute) {
|
||||
expose_compute_option();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue