aboutsummaryrefslogtreecommitdiff
path: root/frontend/plugin_lib.c
diff options
context:
space:
mode:
authorSakitoshi2018-11-06 05:54:34 -0300
committerSakitoshi2018-11-06 05:54:34 -0300
commitde95fedd6981b4608cb78180e3bddde7e675223c (patch)
treeb8b2dc1c432ee994ea6d998dbfc8100c0f86e3cd /frontend/plugin_lib.c
parent0370856deb325e759179c6835897e2553cef31c2 (diff)
downloadpcsx_rearmed-de95fedd6981b4608cb78180e3bddde7e675223c.tar.gz
pcsx_rearmed-de95fedd6981b4608cb78180e3bddde7e675223c.tar.bz2
pcsx_rearmed-de95fedd6981b4608cb78180e3bddde7e675223c.zip
enabled scph-1110 analog joystick in the menu
analog pad tyoe now corresponds to the spch-1110 analog joystick or spch-1150 in flightstick mode. the new pad type dualshock was added that corresponds to the old analog pad type spch-1200.
Diffstat (limited to 'frontend/plugin_lib.c')
-rw-r--r--frontend/plugin_lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/plugin_lib.c b/frontend/plugin_lib.c
index c65bfeb..eee255b 100644
--- a/frontend/plugin_lib.c
+++ b/frontend/plugin_lib.c
@@ -601,7 +601,7 @@ static void update_input(void)
unsigned int emu_act;
in_update(actions);
- if (in_type[0] == PSE_PAD_TYPE_ANALOGPAD)
+ if (in_type[0] == PSE_PAD_TYPE_ANALOGJOY || in_type[0] == PSE_PAD_TYPE_ANALOGPAD)
update_analogs();
emu_act = actions[IN_BINDTYPE_EMU];
in_state_gun = (emu_act & SACTION_GUN_MASK) >> SACTION_GUN_TRIGGER;