mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-11-28 08:49:32 +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);
|
PrefsAddBool("swap_opt_cmd", true);
|
||||||
#endif
|
#endif
|
||||||
PrefsAddBool("ignoresegv", true);
|
PrefsAddBool("ignoresegv", true);
|
||||||
|
#ifdef __linux__
|
||||||
|
PrefsAddString("cdrom", "/dev/cdrom");
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
@ -96,7 +96,7 @@ void AddPrefsDefaults(void)
|
|||||||
PrefsAddBool("nogui", false);
|
PrefsAddBool("nogui", false);
|
||||||
PrefsAddBool("noclipconversion", false);
|
PrefsAddBool("noclipconversion", false);
|
||||||
PrefsAddBool("ignoresegv", true);
|
PrefsAddBool("ignoresegv", true);
|
||||||
PrefsAddBool("ignoreillegal", false);
|
PrefsAddBool("ignoreillegal", true);
|
||||||
|
|
||||||
#if USE_JIT
|
#if USE_JIT
|
||||||
// JIT compiler specific options
|
// JIT compiler specific options
|
||||||
@ -113,4 +113,7 @@ void AddPrefsDefaults(void)
|
|||||||
#else
|
#else
|
||||||
PrefsAddBool("swap_opt_cmd", true);
|
PrefsAddBool("swap_opt_cmd", true);
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef __linux__
|
||||||
|
PrefsAddString("cdrom", "/dev/cdrom");
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user