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 ## VISUAL OPTIONS
fullScreenMode=0 videoMode=0
windowSize=3 windowSize=3
filter=FILTER_NEAREST filter=FILTER_NEAREST
vSync=true vSync=true
integerScale=true integerScale=true
keepAspect=true keepAspect=true
borderEnabled=false borderEnabled=false
borderSize=0.000000 borderWidth=0
screenWidth=256 borderHeight=0
screenHeight=192
## OTHER OPTIONS ## OTHER OPTIONS
language=1 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"; file << "## VISUAL OPTIONS\n";
if (options->videoMode == 0) if (options->videoMode == 0)
{ {
file << "fullScreenMode=0\n"; file << "videoMode=0\n";
} }
else if (options->videoMode == SDL_WINDOW_FULLSCREEN) else if (options->videoMode == SDL_WINDOW_FULLSCREEN)