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

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

BIN
release/libgcc_s_seh-1.dll Normal file

Binary file not shown.

BIN
release/libstdc++-6.dll Normal file

Binary file not shown.

BIN
release/libwinpthread-1.dll Normal file

Binary file not shown.

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)