-Some options for Opendingux

This commit is contained in:
2022-12-01 20:02:26 +01:00
parent 80e91e7acd
commit 4de0743a77

View File

@@ -121,7 +121,7 @@ void Director::initOptions()
options->videoMode = 0; options->videoMode = 0;
options->windowSize = 3; options->windowSize = 3;
options->filter = FILTER_NEAREST; options->filter = FILTER_NEAREST;
options->vSync = true; options->vSync = false;
options->integerScale = true; options->integerScale = true;
options->keepAspect = true; options->keepAspect = true;
options->borderEnabled = true; options->borderEnabled = true;
@@ -130,11 +130,11 @@ void Director::initOptions()
options->palette = p_zxspectrum; options->palette = p_zxspectrum;
#ifdef GAME_CONSOLE #ifdef GAME_CONSOLE
options->windowSize = 2; options->windowSize = 1;
#endif #endif
// Estos valores no se guardan en el fichero de configuraci´ón // Estos valores no se guardan en el fichero de configuraci´ón
options->console = false; options->console = true;
options->cheat.infiniteLives = false; options->cheat.infiniteLives = false;
options->cheat.invincible = false; options->cheat.invincible = false;
options->cheat.jailEnabled = false; options->cheat.jailEnabled = false;