diff --git a/src/video_core/renderer_vulkan/vk_pipeline_cache.cpp b/src/video_core/renderer_vulkan/vk_pipeline_cache.cpp index a108e3f50d..8761419c93 100644 --- a/src/video_core/renderer_vulkan/vk_pipeline_cache.cpp +++ b/src/video_core/renderer_vulkan/vk_pipeline_cache.cpp @@ -837,7 +837,6 @@ std::unique_ptr PipelineCache::CreateComputePipeline( // Clamp shared memory usage to device maximum to prevent missing textures/effects const auto driver_id = device.GetDriverID(); const bool is_mobile = driver_id == VK_DRIVER_ID_QUALCOMM_PROPRIETARY || - driver_id == VK_DRIVER_ID_MESA_TURNIP || driver_id == VK_DRIVER_ID_ARM_PROPRIETARY || driver_id == VK_DRIVER_ID_BROADCOM_PROPRIETARY || driver_id == VK_DRIVER_ID_IMAGINATION_PROPRIETARY;