1
0
mirror of https://github.com/libretro/RetroArch synced 2025-02-25 12:41:18 +00:00
Autechre 746101010f
(Apple/Clang/ARC) ARC (Automatic Reference Counting) only available ()
since Clang. PowerPC Mac is stuck with GCC and predates the use of ARC,
__has_feature() also is a Clang extension, so wrap around this with a
conditional so that GCC PowerPC on Mac can still work
2021-01-21 08:53:16 +01:00
..