diff --git a/release/config.txt b/release/config.txt index d5a8f9a..13d7ba4 100644 --- a/release/config.txt +++ b/release/config.txt @@ -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 diff --git a/release/libgcc_s_seh-1.dll b/release/libgcc_s_seh-1.dll new file mode 100644 index 0000000..abd357d Binary files /dev/null and b/release/libgcc_s_seh-1.dll differ diff --git a/release/libstdc++-6.dll b/release/libstdc++-6.dll new file mode 100644 index 0000000..a7dc1e2 Binary files /dev/null and b/release/libstdc++-6.dll differ diff --git a/release/libwinpthread-1.dll b/release/libwinpthread-1.dll new file mode 100644 index 0000000..500de9d Binary files /dev/null and b/release/libwinpthread-1.dll differ diff --git a/source/director.cpp b/source/director.cpp index e7b9d32..8bb575e 100644 --- a/source/director.cpp +++ b/source/director.cpp @@ -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)