ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/prefs_items.cpp
(Generate patch)

Comparing BasiliskII/src/prefs_items.cpp (file contents):
Revision 1.14 by gbeauche, 2005-06-06T19:22:56Z vs.
Revision 1.15 by gbeauche, 2005-11-22T06:48:55Z

# Line 97 | Line 97 | void AddPrefsDefaults(void)
97          PrefsAddBool("jitfpu", true);
98          PrefsAddBool("jitdebug", false);
99          PrefsAddInt32("jitcachesize", 8192);
100 <        PrefsAddInt32("jitlazyflush", true);
100 >        PrefsAddBool("jitlazyflush", true);
101          PrefsAddBool("jitinline", true);
102   #else
103          PrefsAddBool("jit", false);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines