DEVTOOLS: disable build MT32 with msvc
This commit is contained in:
parent
52ed01b7ff
commit
a66fa50233
1 changed files with 1 additions and 1 deletions
|
@ -918,7 +918,7 @@ const Feature s_features[] = {
|
|||
{ "scalers", "USE_SCALERS", "", true, "Scalers" },
|
||||
{ "hqscalers", "USE_HQ_SCALERS", "", true, "HQ scalers" },
|
||||
{ "16bit", "USE_RGB_COLOR", "", true, "16bit color support" },
|
||||
{ "mt32emu", "USE_MT32EMU", "", true, "integrated MT-32 emulator" },
|
||||
{ "mt32emu", "USE_MT32EMU", "", false, "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" },
|
||||
{ "taskbar", "USE_TASKBAR", "", true, "Taskbar integration support" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue