Actualizados los ficheros de release

This commit is contained in:
2022-12-05 10:21:18 +01:00
parent 5f263fa71d
commit fbeea9f424
5 changed files with 4 additions and 5 deletions
+3 -4
View File
@@ -1,14 +1,13 @@
## VISUAL OPTIONS
fullScreenMode=0
videoMode=0
windowSize=3
filter=FILTER_NEAREST
vSync=true
integerScale=true
keepAspect=true
borderEnabled=false
borderSize=0.000000
screenWidth=256
screenHeight=192
borderWidth=0
borderHeight=0
## OTHER OPTIONS
language=1
Binary file not shown.
Binary file not shown.
Binary file not shown.
+1 -1
View File
@@ -422,7 +422,7 @@ bool Director::saveConfigFile()
file << "## VISUAL OPTIONS\n";
if (options->videoMode == 0)
{
file << "fullScreenMode=0\n";
file << "videoMode=0\n";
}
else if (options->videoMode == SDL_WINDOW_FULLSCREEN)