# | Line 62 | Line 62 | prefs_desc common_prefs_items[] = { | |
---|---|---|
62 | {"jitdebug", TYPE_BOOLEAN, false, "enable JIT debugger (requires mon builtin)"}, | |
63 | {"jitcachesize", TYPE_INT32, false, "translation cache size in KB"}, | |
64 | {"jitlazyflush", TYPE_BOOLEAN, false, "enable lazy invalidation of translation cache"}, | |
65 | + | {"keyboardtype", TYPE_INT32, false, "hardware keyboard type"}, |
66 | {NULL, TYPE_END, false, NULL} // End of list | |
67 | }; | |
68 | ||
# | Line 97 | Line 98 | void AddPrefsDefaults(void) | |
98 | #else | |
99 | PrefsAddBool("jit", false); | |
100 | #endif | |
101 | + | |
102 | + | PrefsAddInt32("keyboardtype", 5); |
103 | } |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |