mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
VideoBackends:Metal: Explicitly disable arc
Makes it easier to enable arc elsewhere without breaking the Metal backend
This commit is contained in:
@@ -39,3 +39,5 @@ PRIVATE
|
||||
${METAL_LIBRARY}
|
||||
${QUARTZCORE_LIBRARY}
|
||||
)
|
||||
|
||||
target_compile_options(videometal PRIVATE -fno-objc-arc)
|
||||
|
||||
Reference in New Issue
Block a user