mirror of
https://github.com/libretro/RetroArch
synced 2025-03-25 16:44:01 +00:00
(Griffin ObjC) need to improve conditional some more for HAVE_MFI
This commit is contained in:
parent
60361a3975
commit
9290367b59
@ -1,6 +1,10 @@
|
|||||||
#include <Availability.h>
|
#include <Availability.h>
|
||||||
|
|
||||||
#if defined(__IPHONE_7_0) && defined(TARGET_OS_IPHONE)
|
#ifndef __IPHONE_OS_VERSION_MAX_ALLOWED
|
||||||
|
#define __IPHONE_OS_VERSION_MAX_ALLOWED 00000
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#if __IPHONE_7_0 && __IPHONE_OS_VERSION_MAX_ALLOWED >= 70000
|
||||||
#define HAVE_MFI
|
#define HAVE_MFI
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user