aboutsummaryrefslogtreecommitdiff
path: root/frontend/menu.c
diff options
context:
space:
mode:
authorTwinaphex2015-11-18 02:20:01 +0100
committerTwinaphex2015-11-18 02:20:01 +0100
commit7853c498e88becf8ddf7aae21f741faf02498749 (patch)
tree0c9076dd37c2414b2285a993a9e8603d8d5f50af /frontend/menu.c
parentce36c10b348009c13282048540d6d9c553bbcc96 (diff)
parent2cab5787882abef4508e5b45d18dae79a041c298 (diff)
downloadpcsx_rearmed-7853c498e88becf8ddf7aae21f741faf02498749.tar.gz
pcsx_rearmed-7853c498e88becf8ddf7aae21f741faf02498749.tar.bz2
pcsx_rearmed-7853c498e88becf8ddf7aae21f741faf02498749.zip
Merge pull request #20 from phaseIV/master
patch to support the neGcon racing controller
Diffstat (limited to 'frontend/menu.c')
-rw-r--r--frontend/menu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/menu.c b/frontend/menu.c
index 0088a63..5737db4 100644
--- a/frontend/menu.c
+++ b/frontend/menu.c
@@ -308,12 +308,12 @@ static void menu_sync_config(void)
switch (in_type_sel1) {
case 1: in_type1 = PSE_PAD_TYPE_ANALOGPAD; break;
- case 2: in_type1 = PSE_PAD_TYPE_GUNCON; break;
+ case 2: in_type1 = PSE_PAD_TYPE_NEGCON; break;
default: in_type1 = PSE_PAD_TYPE_STANDARD;
}
switch (in_type_sel2) {
case 1: in_type2 = PSE_PAD_TYPE_ANALOGPAD; break;
- case 2: in_type2 = PSE_PAD_TYPE_GUNCON; break;
+ case 2: in_type2 = PSE_PAD_TYPE_NEGCON; break;
default: in_type2 = PSE_PAD_TYPE_STANDARD;
}
if (in_evdev_allow_abs_only != allow_abs_only_old) {