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:
@@ -3134,3 +3134,13 @@ typedef SDL_Colour, SDL_Color;
|
||||
- SDL_WinRTGetFSPathUTF8
|
||||
+ SDL_WinRTGetFSPath
|
||||
(...)
|
||||
@@
|
||||
@@
|
||||
- SDL_iPhoneSetAnimationCallback
|
||||
+ SDL_iOSSetAnimationCallback
|
||||
(...)
|
||||
@@
|
||||
@@
|
||||
- SDL_iPhoneSetEventPump
|
||||
+ SDL_iOSSetEventPump
|
||||
(...)
|
||||
|
||||
Reference in New Issue
Block a user