CREATE_PROJECT: Add ImgUi support in create_project

This commit is contained in:
Einar Johan Trøan Sømåen 2024-07-07 10:16:29 +02:00
parent fc5c3dbe21
commit d099ff71dc
No known key found for this signature in database
GPG Key ID: 0DFF2FB496CF9F93

View File

@ -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.