Made running the game at normal speed the default set-up. Patch by sergio-br2.
This commit is contained in:
parent
a79f006cf4
commit
b02d948dc1
|
@ -524,7 +524,7 @@ void LoadConfig()
|
|||
soundInterpolation = ReadPref("gbaSoundInterpolation", 1);
|
||||
soundRecordDir = ReadPrefString("soundRecordDir");
|
||||
threadPriority = ReadPref("priority", 2);
|
||||
throttle = ReadPref("throttle", 0);
|
||||
throttle = ReadPref("throttle", 100);
|
||||
tripleBuffering = ReadPref("tripleBuffering", 0);
|
||||
useBios = ReadPrefHex("useBiosGBA");
|
||||
useBiosFileGB = ReadPref("useBiosGB", 0);
|
||||
|
|
Loading…
Reference in New Issue