VideoBackends:Metal: Use DriverDetails for bugs

This commit is contained in:
TellowKrinkle
2022-06-11 18:39:24 -05:00
parent 716c0980d7
commit a5ef9dfd53
4 changed files with 33 additions and 6 deletions

View File

@ -810,7 +810,7 @@ ShaderCode GeneratePixelShaderCode(APIType api_type, const ShaderHostConfig& hos
#ifdef __APPLE__
// Framebuffer fetch is only supported by Metal, so ensure that we're running Vulkan (MoltenVK)
// if we want to use it.
if (api_type == APIType::Vulkan)
if (api_type == APIType::Vulkan || api_type == APIType::Metal)
{
if (!uid_data->no_dual_src)
{