enable hires and uncapped by default (#527)

This commit is contained in:
Roman Fomin 2022-04-26 13:07:01 +07:00 committed by GitHub
parent d8f7a3c8b6
commit 4c5f41e86a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -135,7 +135,7 @@ default_t defaults[] = {
{ // killough 11/98: hires
"hires", (config_t *) &hires, NULL,
{0}, {0,1}, number, ss_gen, wad_no,
{1}, {0,1}, number, ss_gen, wad_no,
"1 to enable 640x400 resolution for rendering scenes"
},
@ -2131,7 +2131,7 @@ default_t defaults[] = {
{
"uncapped",
(config_t *) &uncapped, NULL,
{0}, {0, 1}, number, ss_none, wad_no,
{1}, {0, 1}, number, ss_none, wad_no,
"1 to enable uncapped rendering frame rate"
},