Made running the game at normal speed the default set-up. Patch by sergio-br2.

This commit is contained in:
skidau 2015-05-19 23:17:57 +00:00
parent a79f006cf4
commit b02d948dc1
1 changed files with 1 additions and 1 deletions

View File

@ -524,7 +524,7 @@ void LoadConfig()
soundInterpolation = ReadPref("gbaSoundInterpolation", 1); soundInterpolation = ReadPref("gbaSoundInterpolation", 1);
soundRecordDir = ReadPrefString("soundRecordDir"); soundRecordDir = ReadPrefString("soundRecordDir");
threadPriority = ReadPref("priority", 2); threadPriority = ReadPref("priority", 2);
throttle = ReadPref("throttle", 0); throttle = ReadPref("throttle", 100);
tripleBuffering = ReadPref("tripleBuffering", 0); tripleBuffering = ReadPref("tripleBuffering", 0);
useBios = ReadPrefHex("useBiosGBA"); useBios = ReadPrefHex("useBiosGBA");
useBiosFileGB = ReadPref("useBiosGB", 0); useBiosFileGB = ReadPref("useBiosGB", 0);