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

Comparing SheepShaver/src/prefs_items.cpp (file contents):
Revision 1.5 by cebix, 2004-01-12T15:37:18Z vs.
Revision 1.6 by gbeauche, 2004-06-03T21:52:54Z

# Line 54 | Line 54 | prefs_desc common_prefs_items[] = {
54          {"noclipconversion", TYPE_BOOLEAN, false, "don't convert clipboard contents"},
55          {"ignoresegv", TYPE_BOOLEAN, false, "ignore illegal memory accesses"},
56          {"jit", TYPE_BOOLEAN, false,        "enable JIT compiler"},
57 +        {"jit68k", TYPE_BOOLEAN, false,     "enable 68k DR emulator"},
58          {"keyboardtype", TYPE_INT32, false, "hardware keyboard type"},
59          {NULL, TYPE_END, false, NULL} // End of list
60   };
# Line 83 | Line 84 | void AddPrefsDefaults(void)
84   #else
85          PrefsAddBool("jit", false);
86   #endif
87 +        PrefsAddBool("jit68k", false);
88  
89      PrefsAddInt32("keyboardtype", 5);
90   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines