[Scummvm-git-logs] scummvm master -> d099ff71dcbba74a14913425c589a52f2fd74892

somaen noreply at scummvm.org
Sun Jul 7 08:17:29 UTC 2024


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

Summary:
d099ff71dc CREATE_PROJECT: Add ImgUi support in create_project


Commit: d099ff71dcbba74a14913425c589a52f2fd74892
    https://github.com/scummvm/scummvm/commit/d099ff71dcbba74a14913425c589a52f2fd74892
Author: Einar Johan Trøan Sømåen (somaen at scummvm.org)
Date: 2024-07-07T10:17:20+02:00

Commit Message:
CREATE_PROJECT: Add ImgUi support in create_project

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 eb459df1c9f..f1b84020c3b 100644
--- a/devtools/create_project/create_project.cpp
+++ b/devtools/create_project/create_project.cpp
@@ -1112,6 +1112,7 @@ const Feature s_features[] = {
 	{             "aspect",                    "USE_ASPECT", false, true,  "Aspect ratio correction" },
 	{              "16bit",                 "USE_RGB_COLOR", false, true,  "16bit color support" },
 	{            "highres",                   "USE_HIGHRES", false, true,  "high resolution" },
+	{              "imgui",                     "USE_IMGUI", false, true,  "Dear ImGui based debugger" },
 	{            "mt32emu",                   "USE_MT32EMU", false, true,  "integrated MT-32 emulator" },
 	{                "lua",                       "USE_LUA", false, true,  "lua" },
 	{               "nasm",                      "USE_NASM", false, true,  "IA-32 assembly support" }, // This feature is special in the regard, that it needs additional handling.




More information about the Scummvm-git-logs mailing list