From 0cf06bf131a9f2fbb8742661865b8959e639e183 Mon Sep 17 00:00:00 2001
From: "Ryan C. Gordon" <[EMAIL REDACTED]>
Date: Sat, 30 May 2026 13:49:12 -0400
Subject: [PATCH] SDL_migration.cocci: add SDL_JoystickGetGUIDString ->
SDL_GUIDToString.
---
build-scripts/SDL_migration.cocci | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/build-scripts/SDL_migration.cocci b/build-scripts/SDL_migration.cocci
index 6b844b3af4f48..3cfaae5520857 100644
--- a/build-scripts/SDL_migration.cocci
+++ b/build-scripts/SDL_migration.cocci
@@ -3688,6 +3688,11 @@ typedef SDL_JoystickGUID, SDL_GUID;
+ SDL_GUID
@@
@@
+- SDL_JoystickGetGUIDString
++ SDL_GUIDToString
+ (...)
+@@
+@@
- SDL_GUIDFromString
+ SDL_StringToGUID
(...)