mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-18 23:07:00 +02:00
[revert] fix building
This commit is contained in:
parent
210e11188a
commit
d458b7cf72
1 changed files with 0 additions and 3 deletions
|
|
@ -1280,9 +1280,6 @@ bool Device::GetSuitability(bool requires_swapchain) {
|
||||||
}
|
}
|
||||||
|
|
||||||
void Device::RemoveUnsuitableExtensions() {
|
void Device::RemoveUnsuitableExtensions() {
|
||||||
const VkDriverId driver_id = properties.driver.driverID;
|
|
||||||
const bool is_qualcomm = driver_id == VK_DRIVER_ID_QUALCOMM_PROPRIETARY;
|
|
||||||
|
|
||||||
// VK_EXT_custom_border_color
|
// VK_EXT_custom_border_color
|
||||||
if (extensions.custom_border_color) {
|
if (extensions.custom_border_color) {
|
||||||
extensions.custom_border_color =
|
extensions.custom_border_color =
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue