mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-25 17:10:12 +00:00
(Griffin ObjC) Need to use TARGET_OS_IPHONE for HAVE_MFI conditional
This commit is contained in:
parent
62c304ace9
commit
e8ff94fc4e
@ -1,6 +1,6 @@
|
||||
#include <Availability.h>
|
||||
|
||||
#ifdef __IPHONE_7_0
|
||||
#if defined(__IPHONE_7_0) && defined(TARGET_OS_IPHONE)
|
||||
#define HAVE_MFI
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user