mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-11-07 07:06:46 +00:00
better default prefs
This commit is contained in:
parent
f06f035428
commit
63b4f8d704
@ -177,7 +177,14 @@ static NSString *getStringFromPrefs(const char *key)
|
||||
AddPrefsDefaults();
|
||||
AddPlatformPrefsDefaults();
|
||||
LoadPrefs([vmdir fileSystemRepresentation]);
|
||||
PrefsReplaceString("screen", "win/800/600");
|
||||
PrefsReplaceString("extfs", "");
|
||||
PrefsReplaceString("ether", "slirp");
|
||||
PrefsReplaceInt32("ramsize", 64 << 20);
|
||||
PrefsReplaceInt32("frameskip", 2);
|
||||
PrefsReplaceBool("jit", true);
|
||||
NSWindow *window = [self window];
|
||||
[self setupGUI];
|
||||
[NSApp runModalForWindow:window];
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user