Fix input not responding
authornegativeExponent <negativeExponent@users.noreply.github.com>
Fri, 30 Oct 2020 11:33:23 +0000 (19:33 +0800)
committernegativeExponent <negativeExponent@users.noreply.github.com>
Fri, 30 Oct 2020 11:39:26 +0000 (19:39 +0800)
commit8822f8b13ece6d070070aa5eef6d93d0340509a0
tree59147aa5557ab25af8bdb35863016658392c4d4e
parent4e007d06843dd3a9422fee41953641eeaec2b93d
Fix input not responding

Pad mode set was missing that cause a few games which queries for an
analog-type controller to fail or causes no inputs at all.

This also change the "standard" input type to behave like one, which
means it does not have rumble or analog inputs. A required input type is
necessary to set the desired input effects.

Probably needs some cleanup but it works for now.

Fixes https://github.com/libretro/pcsx_rearmed/issues/161 and probably
other input related issues.
libpcsxcore/plugins.c