CREATE_PROJECT: Disable OpenGL by default.
This commit is contained in:
parent
71e8a3777c
commit
623fd6cc8f
1 changed files with 1 additions and 1 deletions
|
@ -807,7 +807,7 @@ const Feature s_features[] = {
|
|||
{ "16bit", "USE_RGB_COLOR", "", true, "16bit color support" },
|
||||
{ "mt32emu", "USE_MT32EMU", "", true, "integrated MT-32 emulator" },
|
||||
{ "nasm", "USE_NASM", "", true, "IA-32 assembly support" }, // This feature is special in the regard, that it needs additional handling.
|
||||
{ "opengl", "USE_OPENGL", "opengl32", true, "OpenGL support" },
|
||||
{ "opengl", "USE_OPENGL", "opengl32", false, "OpenGL support" },
|
||||
{ "taskbar", "USE_TASKBAR", "", true, "Taskbar integration support" },
|
||||
{ "translation", "USE_TRANSLATION", "", true, "Translation support" },
|
||||
{ "vkeybd", "ENABLE_VKEYBD", "", false, "Virtual keyboard support"},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue