mirror of
https://github.com/ZDoom/qzdoom-gpl.git
synced 2024-11-29 15:12:11 +00:00
Temporarily disable the software renderer in the IWAD picker
This commit is contained in:
parent
7a2bf5c3e8
commit
9a2b7d8230
1 changed files with 1 additions and 1 deletions
|
@ -251,7 +251,7 @@ BEGIN
|
|||
GROUPBOX "Video settings",IDC_STATIC,8,138,208,48
|
||||
LTEXT "Choose how GZDoom-GPL will render the game.",IDC_STATIC,12,148,190,8
|
||||
CONTROL "Hardware (OpenGL)",IDC_WELCOME_OPENGL,"Button",BS_AUTORADIOBUTTON,12,170,93,10
|
||||
CONTROL "Software (Doom)",IDC_WELCOME_SOFTWARE,"Button",BS_AUTORADIOBUTTON,12,160,93,10
|
||||
CONTROL "Software (Doom)",IDC_WELCOME_SOFTWARE,"Button",BS_AUTORADIOBUTTON | WS_DISABLED,12,160,93,10
|
||||
CONTROL "Fullscreen",IDC_WELCOME_FULLSCREEN,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,124,160,48,10
|
||||
CONTROL "Disable autoload",IDC_WELCOME_NOAUTOLOAD,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,148,39,65,10
|
||||
CONTROL "Lights.pk3",IDC_WELCOME_LIGHTS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,46,192,51,10
|
||||
|
|
Loading…
Reference in a new issue