jmgao / dhc

DirectInput/Xinput hotplug emulation wrapper
Apache License 2.0
33 stars 4 forks source link

Add dpad override option to better emulate console behavior for Under Night on pc #38

Closed Luberry closed 3 years ago

Luberry commented 3 years ago

Under Night on PS4 will always override left stick with DPAD. On steam this is not the case and it results in wierd issues when using both. This pr adds a dpad_override flag which when enabled will force dpad to override left stick.

This also fixes the CI builds thanks to a sub dependency bringing in a new version of memchr

Luberry commented 3 years ago

@jmgao this should be a quick one to review when you have the chance since you made it incredibly easy to add input modifications.

jmgao commented 3 years ago

Sorry, yeah, I've been procrastinating on this because I wanted to update all of the dependencies and switch over to github actions at the same time (which I'm doing now).