mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-27 09:19:00 +02:00
Missing var
Signed-off-by: Caio Oliveira <caiooliveirafarias0@gmail.com>
This commit is contained in:
parent
0ca4dae203
commit
2d40294b7d
1 changed files with 2 additions and 0 deletions
|
|
@ -1256,6 +1256,8 @@ bool Device::GetSuitability(bool requires_swapchain) {
|
|||
|
||||
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
|
||||
if (extensions.custom_border_color && (driver_id == VK_DRIVER_ID_QUALCOMM_PROPRIETARY || is_turnip)) {
|
||||
const char* driver_name = is_turnip ? "Turnip" : "Adreno";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue