revision 852:2b4a5e3575b9
summary |
tree |
shortlog |
changelog |
graph |
changeset |
raw | bz2 | zip | gz changeset | 852:2b4a5e3575b9 |
parent | 851:41e8ae2c114b |
child | 853:9a0aa8217a31 |
author | nkeynes |
date | Tue Sep 09 00:49:35 2008 +0000 (12 years ago) |
Add GTK controller page for the lightgun
1.1 --- a/src/gtkui/gtk_ctrl.c Mon Sep 08 11:23:32 2008 +00001.2 +++ b/src/gtkui/gtk_ctrl.c Tue Sep 09 00:49:35 2008 +00001.3 @@ -45,6 +45,7 @@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.10 static struct maple_slot_data maple_data[MAX_DEVICES];
.