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:
skidau 2015-05-19 23:17:57 +00:00
parent a1880e0107
commit cd39c9db79
1 changed files with 1 additions and 1 deletions

View File

@ -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);