| 54 |
{"noclipconversion", TYPE_BOOLEAN, false, "don't convert clipboard contents"}, |
{"noclipconversion", TYPE_BOOLEAN, false, "don't convert clipboard contents"}, |
| 55 |
{"ignoresegv", TYPE_BOOLEAN, false, "ignore illegal memory accesses"}, |
{"ignoresegv", TYPE_BOOLEAN, false, "ignore illegal memory accesses"}, |
| 56 |
{"jit", TYPE_BOOLEAN, false, "enable JIT compiler"}, |
{"jit", TYPE_BOOLEAN, false, "enable JIT compiler"}, |
| 57 |
|
{"keyboardtype", TYPE_INT32, false, "hardware keyboard type"}, |
| 58 |
{NULL, TYPE_END, false, NULL} // End of list |
{NULL, TYPE_END, false, NULL} // End of list |
| 59 |
}; |
}; |
| 60 |
|
|
| 83 |
#else |
#else |
| 84 |
PrefsAddBool("jit", false); |
PrefsAddBool("jit", false); |
| 85 |
#endif |
#endif |
| 86 |
|
|
| 87 |
|
PrefsAddInt32("keyboardtype", 5); |
| 88 |
} |
} |