mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-12-25 02:29:49 +00:00
"jitlazyflush" prefs item type was changed to bool some time ago, this fixes
this and enables the GUI to set it to true by default, as expected.
This commit is contained in:
parent
5fbaa95fbc
commit
dd2b492086
@ -97,7 +97,7 @@ void AddPrefsDefaults(void)
|
||||
PrefsAddBool("jitfpu", true);
|
||||
PrefsAddBool("jitdebug", false);
|
||||
PrefsAddInt32("jitcachesize", 8192);
|
||||
PrefsAddInt32("jitlazyflush", true);
|
||||
PrefsAddBool("jitlazyflush", true);
|
||||
PrefsAddBool("jitinline", true);
|
||||
#else
|
||||
PrefsAddBool("jit", false);
|
||||
|
Loading…
Reference in New Issue
Block a user