[Scummvm-git-logs] scummvm master -> 04ace45b51912ae789674fbe643057f8b2900118

aquadran noreply at scummvm.org
Sun Sep 28 20:29:55 UTC 2025


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:
04ace45b51 DEVTOOLS: Added tinygl option feature


Commit: 04ace45b51912ae789674fbe643057f8b2900118
    https://github.com/scummvm/scummvm/commit/04ace45b51912ae789674fbe643057f8b2900118
Author: Paweł Kołodziejski (aquadran at gmail.com)
Date: 2025-09-28T22:29:51+02:00

Commit Message:
DEVTOOLS: Added tinygl option feature

Changed paths:
    devtools/create_project/create_project.cpp


diff --git a/devtools/create_project/create_project.cpp b/devtools/create_project/create_project.cpp
index e7ef86795ab..6a030c15506 100644
--- a/devtools/create_project/create_project.cpp
+++ b/devtools/create_project/create_project.cpp
@@ -1184,6 +1184,7 @@ const Feature s_features[] = {
 	{             "opengl",                    "USE_OPENGL", false, true,  "OpenGL support" },
 	{"opengl_game_classic",               "USE_OPENGL_GAME", false, true,  "OpenGL support (classic) in 3d games" },
 	{"opengl_game_shaders",            "USE_OPENGL_SHADERS", false, true,  "OpenGL support (shaders) in 3d games" },
+	{             "tinygl",                    "USE_TINYGL", false, true,  "TinyGL support (software) in 3d games" },
 	{            "taskbar",                   "USE_TASKBAR", false, true,  "Taskbar integration support" },
 	{               "http",                      "USE_HTTP", false, true,  "HTTP client support" },
 	{              "cloud",                     "USE_CLOUD", false, true,  "Cloud integration support" },




More information about the Scummvm-git-logs mailing list