mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-08-15 11:27:35 +00:00
better default prefs
This commit is contained in:
@@ -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];
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user