mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 22:29:39 -06: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