diff --git a/apple/common/RetroArch_Apple.h b/apple/common/RetroArch_Apple.h index 32dd0f7d5f..9e4682837a 100644 --- a/apple/common/RetroArch_Apple.h +++ b/apple/common/RetroArch_Apple.h @@ -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 apple_platform; extern void apple_display_alert(const char *message, const char *title); @interface RANumberFormatter : NSNumberFormatter -#ifdef IOS +#if defined(HAVE_COCOATOUCH) #endif