mirror of
https://github.com/libretro/RetroArch
synced 2025-01-29 18:32:44 +00:00
708b6a50ae
not defined
23 lines
479 B
Objective-C
23 lines
479 B
Objective-C
#include <Availability.h>
|
|
|
|
#ifdef __IPHONE_7_0
|
|
#define HAVE_MFI
|
|
#endif
|
|
|
|
#include "../apple/common/CFExtensions.m"
|
|
#include "../apple/common/utility.m"
|
|
|
|
#include "../apple/common/RAGameView.m"
|
|
|
|
#if defined(OSX)
|
|
#include "../apple/OSX/platform.m"
|
|
#include "../apple/OSX/settings.m"
|
|
#elif defined(IOS)
|
|
#include "../apple/iOS/platform.m"
|
|
#include "../apple/iOS/menu.m"
|
|
#include "../apple/iOS/browser.m"
|
|
#endif
|
|
|
|
#ifdef HAVE_MFI
|
|
#include "../apple/common/apple_gamecontroller.m"
|
|
#endif |