RPCS3 / rpcs3

PlayStation 3 emulator and debugger
https://rpcs3.net/
GNU General Public License v2.0
15.36k stars 1.91k forks source link

Can't select Null pad handler #8841

Closed RainbowCookie32 closed 4 years ago

RainbowCookie32 commented 4 years ago

Quick summary

Can't use the Null handler on Pad settings.

Details

The option can be selected but when you click Save, the Keyboard handler is used instead. It always goes back to that, regardless of what handler was previously selected.

Log doesn't really show anything of use, but here it is anyways.

Megamouse commented 4 years ago

It's a fallback if no controller was assigned. Idk why you would select null for all players

Megamouse commented 4 years ago

I guess it can be removed, since we now have ingame reassignment

dio-gh commented 4 years ago

Idk why you would select null for all players @Megamouse

The actual issue is that I/we wanted to test keyboard and mouse passthrough without regular controllers interfering. WIth any other option set, most games will complain about controller not being attached (e.g. if i set a DS4 handler and my DS4 isn't on), or will ignore the keyboard and mouse input (because they'll assume it's for a 2nd player or something, couldn't figure that one out).

I wanted to use kb&m passthrough as normal, and I could only achieve that by hacking in the Null pad option into the config files directly. Used CS:GO for testing, Unreal Tournament I didn't manage to get to work proper no matter what. This used to work a year or so ago, so this is a regression.