mirror of
https://github.com/libretro/RetroArch
synced 2025-01-29 18:32:44 +00:00
23 lines
505 B
Objective-C
23 lines
505 B
Objective-C
#include <Availability.h>
|
|
|
|
#if defined(__IPHONE_7_0) && defined(TARGET_OS_IPHONE)
|
|
#define HAVE_MFI
|
|
#endif
|
|
|
|
#include "../apple/common/CFExtensions.m"
|
|
#include "../apple/common/utility.m"
|
|
|
|
#include "../apple/common/RAGameView.m"
|
|
|
|
#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
|
|
#include "../apple/common/apple_gamecontroller.m"
|
|
#endif |