From 915cca9df64ff47b8ce48125c6a80568071d647c Mon Sep 17 00:00:00 2001 From: Twinaphex Date: Mon, 20 Apr 2015 12:09:56 +0200 Subject: [PATCH] Cleanups --- apple/common/RetroArch_Apple.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apple/common/RetroArch_Apple.h b/apple/common/RetroArch_Apple.h index 1b43ce7107..56fffc9ef9 100644 --- a/apple/common/RetroArch_Apple.h +++ b/apple/common/RetroArch_Apple.h @@ -168,7 +168,7 @@ extern apple_frontend_settings_t apple_frontend_settings; @interface RetroArch_iOS : UINavigationController @property (nonatomic) UIWindow* window; -@property (nonatomic) NSString* documentsDirectory; // e.g. /var/mobile/Documents +@property (nonatomic) NSString* documentsDirectory; + (RetroArch_iOS*)get; @@ -221,7 +221,6 @@ void get_ios_version(int *major, int *minor); extern id apple_platform; -/* utility.m */ extern void apple_display_alert(const char *message, const char *title); @interface RANumberFormatter : NSNumberFormatter