mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 13:20:43 +00:00
Cleanups
This commit is contained in:
parent
61a4d47feb
commit
93e17b46bd
@ -59,11 +59,13 @@ typedef struct
|
|||||||
} apple_frontend_settings_t;
|
} apple_frontend_settings_t;
|
||||||
extern apple_frontend_settings_t apple_frontend_settings;
|
extern apple_frontend_settings_t apple_frontend_settings;
|
||||||
|
|
||||||
@interface CocoaView : UIViewController<CLLocationManagerDelegate, AVCaptureAudioDataOutputSampleBufferDelegate>
|
@interface CocoaView : UIViewController<CLLocationManagerDelegate,
|
||||||
|
AVCaptureAudioDataOutputSampleBufferDelegate>
|
||||||
+ (CocoaView*)get;
|
+ (CocoaView*)get;
|
||||||
@end
|
@end
|
||||||
|
|
||||||
@interface RetroArch_iOS : UINavigationController<UIApplicationDelegate, UINavigationControllerDelegate>
|
@interface RetroArch_iOS : UINavigationController<UIApplicationDelegate,
|
||||||
|
UINavigationControllerDelegate>
|
||||||
|
|
||||||
@property (nonatomic) UIWindow* window;
|
@property (nonatomic) UIWindow* window;
|
||||||
@property (nonatomic) NSString* documentsDirectory;
|
@property (nonatomic) NSString* documentsDirectory;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user