SDL_migration.cocci: add SDL_JoystickGetGUIDString -> SDL_GUIDToString.

This commit is contained in:
Ryan C. Gordon 2026-05-30 13:49:12 -04:00
parent dd0536b170
commit 0cf06bf131
No known key found for this signature in database
GPG key ID: FA148B892AB48044

View file

@ -3688,6 +3688,11 @@ typedef SDL_JoystickGUID, SDL_GUID;
+ SDL_GUID
@@
@@
- SDL_JoystickGetGUIDString
+ SDL_GUIDToString
(...)
@@
@@
- SDL_GUIDFromString
+ SDL_StringToGUID
(...)