From 338dc62474cd49e3e596223f920fc483fef8258d Mon Sep 17 00:00:00 2001 From: kd-11 <15904127+kd-11@users.noreply.github.com> Date: Tue, 25 May 2021 22:40:53 +0300 Subject: [PATCH] vk: Fixup on linux + RADV combo (#10341) --- rpcs3/Emu/RSX/VK/VKGSRender.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpcs3/Emu/RSX/VK/VKGSRender.cpp b/rpcs3/Emu/RSX/VK/VKGSRender.cpp index da9d804de9..2baf62906a 100644 --- a/rpcs3/Emu/RSX/VK/VKGSRender.cpp +++ b/rpcs3/Emu/RSX/VK/VKGSRender.cpp @@ -579,12 +579,12 @@ VKGSRender::VKGSRender() : GSRender() #if !defined(__linux__) // Intel chipsets would fail on BSD in most cases and DRM_IOCTL_i915_GEM_USERPTR unimplemented case vk::driver_vendor::INTEL: +#endif if (backend_config.supports_passthrough_dma) { rsx_log.error("AMDGPU kernel driver on linux and INTEL driver on some platforms cannot support passthrough DMA buffers."); backend_config.supports_passthrough_dma = false; } -#endif break; #endif default: break;