apple: fix a couple preprocessor checks to be more consistent

This commit is contained in:
Eric Warmenhoven 2024-06-13 23:48:54 -04:00 committed by LibretroAdmin
parent 6b36fe8cf2
commit 6068799080

View File

@ -649,7 +649,7 @@ typedef struct settings
bool audio_rate_control;
bool audio_fastforward_mute;
bool audio_fastforward_speedup;
#ifdef TARGET_OS_IOS
#ifdef IOS
bool audio_respect_silent_mode;
#endif
@ -1072,7 +1072,7 @@ typedef struct settings
bool android_input_disconnect_workaround;
#endif
#if defined(HAVE_COCOATOUCH) && defined(TARGET_OS_TV)
#if defined(HAVE_COCOATOUCH)
bool gcdwebserver_alert;
#endif
} bools;