mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-24 22:34:54 +00:00
MTLUtil: Remove availability check for macOS 10.15
This commit is contained in:
parent
dc8865718e
commit
0bc33fb6df
1 changed files with 2 additions and 3 deletions
|
@ -295,7 +295,6 @@ void Metal::Util::PopulateBackendInfoFeatures(const VideoConfig& config, Backend
|
|||
case TriState::Auto:
|
||||
#if TARGET_OS_OSX
|
||||
g_features.manual_buffer_upload = false;
|
||||
if (@available(macOS 10.15, *))
|
||||
if (![device hasUnifiedMemory])
|
||||
g_features.manual_buffer_upload = true;
|
||||
#else
|
||||
|
|
Loading…
Add table
Reference in a new issue