mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-26 23:59:54 -06:00
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