aboutsummaryrefslogtreecommitdiff
path: root/frontend/menu.c
diff options
context:
space:
mode:
authorphaseIV2015-11-16 14:24:33 +0100
committerphaseIV2015-11-16 14:24:33 +0100
commite8d96071f1a0b34b58647372b9d9976c5e397aba (patch)
treeac0a8e73016ee57d9b492048cb0b7eaf641686d0 /frontend/menu.c
parentce36c10b348009c13282048540d6d9c553bbcc96 (diff)
downloadpcsx_rearmed-e8d96071f1a0b34b58647372b9d9976c5e397aba.tar.gz
pcsx_rearmed-e8d96071f1a0b34b58647372b9d9976c5e397aba.tar.bz2
pcsx_rearmed-e8d96071f1a0b34b58647372b9d9976c5e397aba.zip
initial neGcon controller support
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) {