Search
lxdream.org :: lxdream/src/maple/kbd.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/maple/kbd.c
changeset 1072:d82e04e6d497
prev1034:7044e01148f0
next1224:7762a347ca33
author nkeynes
date Mon Feb 13 21:02:42 2012 +1000 (12 years ago)
permissions -rw-r--r--
last change Move profile_block setting out of sh4x86 and back into sh4.c. Fix last bits
preventing non-translation build
file annotate diff log raw
1.1 --- a/src/maple/kbd.c Wed Jun 24 02:41:12 2009 +0000
1.2 +++ b/src/maple/kbd.c Mon Feb 13 21:02:42 2012 +1000
1.3 @@ -57,7 +57,7 @@
1.4 static struct keyboard_device base_keyboard = {
1.5 { MAPLE_DEVICE_TAG, &keyboard_class,
1.6 KEYBOARD_IDENT, KEYBOARD_VERSION,
1.7 - NULL, NULL, keyboard_attach, keyboard_detach, maple_default_destroy,
1.8 + NULL, keyboard_attach, keyboard_detach, maple_default_destroy,
1.9 keyboard_clone, NULL, NULL, keyboard_get_cond, NULL, NULL, NULL,
1.10 NULL, NULL, NULL},
1.11 {0,0,0,0,0,0,0,0},
.