ios: Renamed APIs that referred to "iPhone" to refer to "iOS".

Macros that papered over this difference in SDL2 have been removed for SDL3.

Fixes #9527.
This commit is contained in:
Ryan C. Gordon
2024-04-13 14:30:30 -04:00
parent d252a8fe12
commit 6e1ed94913
12 changed files with 40 additions and 31 deletions

View File

@@ -513,6 +513,8 @@
/* ##SDL_system.h */
#define SDL_WinRTGetFSPathUTF8 SDL_WinRTGetFSPath
#define SDL_iPhoneSetAnimationCallback SDL_iOSSetAnimationCallback
#define SDL_iPhoneSetEventPump SDL_iOSSetEventPump
/* ##SDL_thread.h */
#define SDL_TLSCleanup SDL_CleanupTLS
@@ -1017,6 +1019,8 @@
/* ##SDL_system.h */
#define SDL_WinRTGetFSPathUTF8 SDL_WinRTGetFSPathUTF8_renamed_SDL_WinRTGetFSPath
#define SDL_iPhoneSetAnimationCallback SDL_iPhoneSetAnimationCallback_renamed_SDL_iOSSetAnimationCallback
#define SDL_iPhoneSetEventPump SDL_iPhoneSetEventPump_renamed_SDL_iOSSetEventPump
/* ##SDL_thread.h */
#define SDL_TLSCleanup SDL_TLSCleanup_renamed_SDL_CleanupTLS