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.2 by gbeauche, 2003-12-03T10:52:47Z vs.
Revision 1.3 by gbeauche, 2003-12-31T11:37:25Z

# Line 51 | Line 51 | prefs_desc common_prefs_items[] = {
51          {"nonet", TYPE_BOOLEAN, false,      "don't use Ethernet"},
52          {"nosound", TYPE_BOOLEAN, false,    "don't enable sound output"},
53          {"nogui", TYPE_BOOLEAN, false,      "disable GUI"},
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          {NULL, TYPE_END, false, NULL} // End of list
# Line 72 | Line 73 | void AddPrefsDefaults(void)
73          PrefsAddBool("nonet", false);
74          PrefsAddBool("nosound", false);
75          PrefsAddBool("nogui", false);
76 +        PrefsAddBool("noclipconversion", false);
77          PrefsAddBool("ignoresegv", true);
78  
79   #if USE_JIT

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines