mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-27 18:20:27 +00:00
Change some IOS/OSX defines to HAVE_COCOATOUCH/HAVE_COCOA
This commit is contained in:
parent
59a87836c4
commit
855d192c16
@ -196,7 +196,7 @@ void get_ios_version(int *major, int *minor);
|
||||
#endif
|
||||
|
||||
+ (RAGameView*)get;
|
||||
#ifndef OSX
|
||||
#if !defined(HAVE_COCOA)
|
||||
- (void)display;
|
||||
#endif
|
||||
|
||||
@ -225,7 +225,7 @@ extern id<RetroArch_Platform> apple_platform;
|
||||
extern void apple_display_alert(const char *message, const char *title);
|
||||
|
||||
@interface RANumberFormatter : NSNumberFormatter
|
||||
#ifdef IOS
|
||||
#if defined(HAVE_COCOATOUCH)
|
||||
<UITextFieldDelegate>
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user