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:
parent
99b66e1326
commit
8d62a790e3
|
@ -501,10 +501,10 @@ void LoadConfig()
|
||||||
fsWidth = ReadPref("fsWidth", 800);
|
fsWidth = ReadPref("fsWidth", 800);
|
||||||
fullScreen = ReadPrefHex("fullScreen");
|
fullScreen = ReadPrefHex("fullScreen");
|
||||||
fullScreenStretch = ReadPref("stretch", 0);
|
fullScreenStretch = ReadPref("stretch", 0);
|
||||||
gbBorderAutomatic = ReadPref("borderAutomatic", 0);
|
gbBorderAutomatic = ReadPref("borderAutomatic", 1);
|
||||||
gbBorderOn = ReadPrefHex("borderOn");
|
gbBorderOn = ReadPrefHex("borderOn");
|
||||||
gbColorOption = ReadPref("colorOption", 0);
|
gbColorOption = ReadPref("colorOption", 0);
|
||||||
gbEmulatorType = ReadPref("emulatorType", 1);
|
gbEmulatorType = ReadPref("emulatorType", 0);
|
||||||
gbFrameSkip = ReadPref("gbFrameSkip", 0);
|
gbFrameSkip = ReadPref("gbFrameSkip", 0);
|
||||||
gbPaletteOption = ReadPref("gbPaletteOption", 0);
|
gbPaletteOption = ReadPref("gbPaletteOption", 0);
|
||||||
gbSoundSetDeclicking(ReadPref("gbSoundDeclicking", 1));
|
gbSoundSetDeclicking(ReadPref("gbSoundDeclicking", 1));
|
||||||
|
|
Loading…
Reference in New Issue