Change default options for GB.

We set to automatically display borders on SGB games, as well as
setting the default emulation system to `automatic`.
This commit is contained in:
Edênis Freindorfer Azevedo 2020-02-17 03:01:06 -03:00 committed by Rafael Kitover
parent 99b66e1326
commit 8d62a790e3
1 changed files with 2 additions and 2 deletions

View File

@ -501,10 +501,10 @@ void LoadConfig()
fsWidth = ReadPref("fsWidth", 800);
fullScreen = ReadPrefHex("fullScreen");
fullScreenStretch = ReadPref("stretch", 0);
gbBorderAutomatic = ReadPref("borderAutomatic", 0);
gbBorderAutomatic = ReadPref("borderAutomatic", 1);
gbBorderOn = ReadPrefHex("borderOn");
gbColorOption = ReadPref("colorOption", 0);
gbEmulatorType = ReadPref("emulatorType", 1);
gbEmulatorType = ReadPref("emulatorType", 0);
gbFrameSkip = ReadPref("gbFrameSkip", 0);
gbPaletteOption = ReadPref("gbPaletteOption", 0);
gbSoundSetDeclicking(ReadPref("gbSoundDeclicking", 1));