mirror of
https://github.com/86Box/86Box.git
synced 2026-02-22 09:35:32 -07:00
XT Keyboard: Actually honor the configuration option for the keys.
This commit is contained in:
@@ -562,7 +562,7 @@ kbd_init(const device_t *info)
|
||||
{
|
||||
kbd_t *dev = (kbd_t *) calloc(1, sizeof(kbd_t));
|
||||
|
||||
dev->type = info->local;
|
||||
dev->type = device_get_config_int("keys");
|
||||
|
||||
if (dev->type == KBD_83_KEY)
|
||||
keyboard_set_table(scancode_xt);
|
||||
|
||||
Reference in New Issue
Block a user