mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-22 19:38:06 -04:00
enable hires and uncapped by default (#527)
This commit is contained in:
parent
d8f7a3c8b6
commit
4c5f41e86a
@ -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"
|
||||
},
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user