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 Mon Feb 09 00:13:46 2009 +0000 (15 years ago)
permissions -rw-r--r--
last change Fail cleanly if the display doesn't actually support GLX, rather than crashing horribly
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 Mon Feb 09 00:13:46 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];
.