mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 06:41:41 +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
|
||||
PUSHBUTTON "E&xit",IDCANCEL,166,227,50,14
|
||||
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
|
||||
#endif
|
||||
CONTROL "&SoftPoly",IDC_WELCOME_VULKAN3,"Button",BS_AUTORADIOBUTTON,13,188,43,10
|
||||
END
|
||||
|
||||
|
|
Loading…
Reference in a new issue