Actualizados los ficheros de release
This commit is contained in:
@@ -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
BIN
release/libgcc_s_seh-1.dll
Normal file
Binary file not shown.
BIN
release/libstdc++-6.dll
Normal file
BIN
release/libstdc++-6.dll
Normal file
Binary file not shown.
BIN
release/libwinpthread-1.dll
Normal file
BIN
release/libwinpthread-1.dll
Normal file
Binary file not shown.
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user