notaz / pcsx_rearmed

ARM optimized PCSX fork
GNU General Public License v2.0
383 stars 207 forks source link

dual shock stick and dpad duplicate functionality #323

Closed Reideldm closed 8 months ago

Reideldm commented 8 months ago

Several games that use the analog stick in DualShock mode have a problem, the dpad that is normally assigned to secondary functions does nothing and these functions are duplicated on the analog stick. for example in delta force urban warfare if you run forward it changes between the different night vision modes which is what the dpad up should do if you turn left or right it changes weapons making it unplayable, in alone in the dark 4 the control of the movement and flashlight control are combined in acecombat 3, camera control and plane control are combined

Delta Force Urban Warfare (USA) (En-Fr-Es).zip

notaz commented 8 months ago

Works correctly here with a Logitech pad. What you show here happens if "Analog to digital" is set in config, and perhaps the dpad buttons got unbound. I suggest trying a fresh install.

Reideldm commented 8 months ago

thanks for the feedback

Reideldm commented 8 months ago

I found the problem in the auto config folder, there is the cfg file of the twin usb adapter that I use to connect the PS1 controller that I have and these lines were not there

input_up_btn = "h0up" input_down_btn = "h0down" input_left_btn = "h0left" input_right_btn = "h0right"