forked from dolphin-emu/dolphin
MTLUtil: Remove availability check for macOS 11
This commit is contained in:
@@ -324,7 +324,6 @@ void Metal::Util::PopulateBackendInfoFeatures(const VideoConfig& config, Backend
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
#if TARGET_OS_OSX
|
#if TARGET_OS_OSX
|
||||||
if (@available(macOS 11, *))
|
|
||||||
if (vendor == DriverDetails::VENDOR_INTEL)
|
if (vendor == DriverDetails::VENDOR_INTEL)
|
||||||
backend_info->bSupportsFramebufferFetch |= DetectIntelGPUFBFetch(device);
|
backend_info->bSupportsFramebufferFetch |= DetectIntelGPUFBFetch(device);
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user