mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-26 12:27:44 +00:00
SDL_GUIDToString() follows the SDL_GetStringRule
Also removed the distinction between SDL_GUID and SDL_JoystickGUID
This commit is contained in:
@@ -1353,12 +1353,7 @@ typedef SDL_GameControllerButton, SDL_GamepadButton;
|
||||
@@
|
||||
@@
|
||||
- SDL_JoystickGetGUIDFromString
|
||||
+ SDL_GetJoystickGUIDFromString
|
||||
(...)
|
||||
@@
|
||||
@@
|
||||
- SDL_JoystickGetGUIDString
|
||||
+ SDL_GetJoystickGUIDString
|
||||
+ SDL_GUIDFromString
|
||||
(...)
|
||||
@@
|
||||
@@
|
||||
@@ -3581,3 +3576,8 @@ typedef SDL_Colour, SDL_Color;
|
||||
- SDL_AndroidSendMessage
|
||||
+ SDL_SendAndroidMessage
|
||||
(...)
|
||||
@@
|
||||
typedef SDL_JoystickGUID, SDL_GUID;
|
||||
@@
|
||||
- SDL_JoystickGUID
|
||||
+ SDL_GUID
|
||||
|
||||
Reference in New Issue
Block a user