mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-10 07:38:56 +02:00
Missing var
Signed-off-by: Caio Oliveira <caiooliveirafarias0@gmail.com>
This commit is contained in:
parent
5e057d5c40
commit
4564fb7ab2
1 changed files with 1 additions and 0 deletions
|
|
@ -1308,6 +1308,7 @@ bool Device::GetSuitability(bool requires_swapchain) {
|
|||
const VkDriverId driver_id = properties.driver.driverID;
|
||||
const bool is_intel_windows = driver_id == VK_DRIVER_ID_INTEL_PROPRIETARY_WINDOWS;
|
||||
const bool is_turnip = driver_id == VK_DRIVER_ID_MESA_TURNIP;
|
||||
const bool is_qualcomm = driver_id == VK_DRIVER_ID_QUALCOMM_PROPRIETARY;
|
||||
|
||||
// VK_EXT_CUSTOM_BORDER_COLOR
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue