[Scummvm-git-logs] scummvm master -> 5c5db9e4b3a5bc015051abdad024bbffa1f5d257

lotharsm noreply at scummvm.org
Wed Mar 25 11:15:14 UTC 2026


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .

Summary:
5c5db9e4b3 BASE: Add support for SDL3 in About dialog


Commit: 5c5db9e4b3a5bc015051abdad024bbffa1f5d257
    https://github.com/scummvm/scummvm/commit/5c5db9e4b3a5bc015051abdad024bbffa1f5d257
Author: Lothar Serra Mari (mail at serra.me)
Date: 2026-03-25T12:15:01+01:00

Commit Message:
BASE: Add support for SDL3 in About dialog

Changed paths:
    base/version.cpp


diff --git a/base/version.cpp b/base/version.cpp
index 2d6aaaef7cf..0164dd05212 100644
--- a/base/version.cpp
+++ b/base/version.cpp
@@ -211,7 +211,9 @@ const char gScummVMFeatures[] = ""
 #endif
 
 #ifdef SDL_BACKEND
-#  ifdef USE_SDL2
+#  ifdef USE_SDL3
+	"SDL3 "
+#  elif USE_SDL2
 	"SDL2 "
 #  else
 	"SDL1.2 "




More information about the Scummvm-git-logs mailing list