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.16 by gbeauche, 2008-01-01T09:40:31Z

# Line 1 | Line 1
1   /*
2   *  prefs_items.cpp - Common preferences items
3   *
4 < *  Basilisk II (C) 1997-2005 Christian Bauer
4 > *  Basilisk II (C) 1997-2008 Christian Bauer
5   *
6   *  This program is free software; you can redistribute it and/or modify
7   *  it under the terms of the GNU General Public License as published by
# 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