mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-11-25 02:33:09 +00:00
Modify pref items
This commit is contained in:
parent
9009a2741f
commit
5900e4895a
@ -132,4 +132,7 @@ void AddPrefsDefaults(void)
|
||||
PrefsAddBool("swap_opt_cmd", true);
|
||||
#endif
|
||||
PrefsAddBool("ignoresegv", true);
|
||||
#ifdef __linux__
|
||||
PrefsAddString("cdrom", "/dev/cdrom");
|
||||
#endif
|
||||
}
|
||||
|
@ -96,7 +96,7 @@ void AddPrefsDefaults(void)
|
||||
PrefsAddBool("nogui", false);
|
||||
PrefsAddBool("noclipconversion", false);
|
||||
PrefsAddBool("ignoresegv", true);
|
||||
PrefsAddBool("ignoreillegal", false);
|
||||
PrefsAddBool("ignoreillegal", true);
|
||||
|
||||
#if USE_JIT
|
||||
// JIT compiler specific options
|
||||
@ -113,4 +113,7 @@ void AddPrefsDefaults(void)
|
||||
#else
|
||||
PrefsAddBool("swap_opt_cmd", true);
|
||||
#endif
|
||||
#ifdef __linux__
|
||||
PrefsAddString("cdrom", "/dev/cdrom");
|
||||
#endif
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user