mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-11-26 10:49:21 +00:00
Fix prefs
This commit is contained in:
parent
a9086a8165
commit
bf7408e151
@ -294,6 +294,7 @@ NSString *getStringFromPrefs(const char *key)
|
||||
case 3: rate = 4; break;
|
||||
case 4: rate = 2; break;
|
||||
case 5: rate = 1; break;
|
||||
case 6: rate = 0; break;
|
||||
}
|
||||
PrefsReplaceInt32("frameskip", rate);
|
||||
PrefsReplaceBool("gfxaccel", [qdAccel intValue]);
|
||||
|
Loading…
Reference in New Issue
Block a user