Made running the game at normal speed the default set-up. Patch by sergio-br2.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1451 a31d4220-a93d-0410-bf67-fe4944624d44
This commit is contained in:
parent
a1880e0107
commit
cd39c9db79
|
@ -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