Search
lxdream.org :: lxdream/src/gtkui/gtk_ctrl.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/gtkui/gtk_ctrl.c
changeset 852:2b4a5e3575b9
prev849:bbe26d798fc2
next1034:7044e01148f0
author nkeynes
date Tue Jun 02 23:16:26 2009 +0000 (14 years ago)
permissions -rw-r--r--
last change "MythTV" patch from Wahrhaft, thanks!:
* Add support for LIRC input devices
* Add hotkey input support
* Add command-line option for immediate fullscreen
file annotate diff log raw
1.1 --- a/src/gtkui/gtk_ctrl.c Mon Sep 08 05:13:51 2008 +0000
1.2 +++ b/src/gtkui/gtk_ctrl.c Tue Jun 02 23:16:26 2009 +0000
1.3 @@ -45,6 +45,7 @@
1.4
1.5 static struct maple_config_class maple_device_config[] = {
1.6 { "Sega Controller", controller_device_configure },
1.7 + { "Sega Lightgun", controller_device_configure },
1.8 { NULL, NULL } };
1.9
1.10 static struct maple_slot_data maple_data[MAX_DEVICES];
.