mirror of
https://github.com/ZDoom/qzdoom.git
synced 2025-01-31 13:00:59 +00:00
- remove Vulkan button on startup if Vulkan compilation is disabled
This commit is contained in:
parent
25ab8e20ba
commit
0ecd35b0b4
1 changed files with 2 additions and 0 deletions
|
@ -225,7 +225,9 @@ BEGIN
|
||||||
DEFPUSHBUTTON "&Play Game!",IDOK,8,227,90,14
|
DEFPUSHBUTTON "&Play Game!",IDOK,8,227,90,14
|
||||||
PUSHBUTTON "E&xit",IDCANCEL,166,227,50,14
|
PUSHBUTTON "E&xit",IDCANCEL,166,227,50,14
|
||||||
CONTROL "&OpenGL",IDC_WELCOME_VULKAN1,"Button",BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,13,167,41,10
|
CONTROL "&OpenGL",IDC_WELCOME_VULKAN1,"Button",BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,13,167,41,10
|
||||||
|
#ifdef HAVE_VULKAN
|
||||||
CONTROL "&Vulkan",IDC_WELCOME_VULKAN2,"Button",BS_AUTORADIOBUTTON,13,177,37,10
|
CONTROL "&Vulkan",IDC_WELCOME_VULKAN2,"Button",BS_AUTORADIOBUTTON,13,177,37,10
|
||||||
|
#endif
|
||||||
CONTROL "&SoftPoly",IDC_WELCOME_VULKAN3,"Button",BS_AUTORADIOBUTTON,13,188,43,10
|
CONTROL "&SoftPoly",IDC_WELCOME_VULKAN3,"Button",BS_AUTORADIOBUTTON,13,188,43,10
|
||||||
END
|
END
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue