mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-01-07 12:32:21 +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();
|
AddPrefsDefaults();
|
||||||
AddPlatformPrefsDefaults();
|
AddPlatformPrefsDefaults();
|
||||||
LoadPrefs([vmdir fileSystemRepresentation]);
|
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];
|
NSWindow *window = [self window];
|
||||||
|
[self setupGUI];
|
||||||
[NSApp runModalForWindow:window];
|
[NSApp runModalForWindow:window];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user