mirror of
https://github.com/libretro/RetroArch
synced 2025-01-29 18:32:44 +00:00
(Griffin ObjC) Use TARGET_OS_IPHONE define
This commit is contained in:
parent
e8ff94fc4e
commit
c27c421d37
@ -9,13 +9,13 @@
|
||||
|
||||
#include "../apple/common/RAGameView.m"
|
||||
|
||||
#if defined(OSX)
|
||||
#include "../apple/OSX/platform.m"
|
||||
#include "../apple/OSX/settings.m"
|
||||
#elif defined(IOS)
|
||||
#if TARGET_OS_IPHONE
|
||||
#include "../apple/iOS/platform.m"
|
||||
#include "../apple/iOS/menu.m"
|
||||
#include "../apple/iOS/browser.m"
|
||||
#else
|
||||
#include "../apple/OSX/platform.m"
|
||||
#include "../apple/OSX/settings.m"
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_MFI
|
||||
|
Loading…
x
Reference in New Issue
Block a user