r57zone / DualShock4-emulator

DualShock4 emulation for Xbox controllers or keyboard and mouse / Эмуляция DualShock4 для Xbox контроллеров или клавиатуры и мыши
https://youtu.be/17hY1zTqoYQ
The Unlicense
189 stars 30 forks source link

Add configurable default profile and default mouse centering option #85

Closed ikt32 closed 3 months ago

ikt32 commented 3 months ago

Instead of switching through profiles or overwriting the default supplied profile, choose a custom default feels slightly cleaner.

Allowing a default-off for mouse centering for RStick emulation increases ease of use when playing games with the default RPCS3 DS4 config + KAMI.

r57zone commented 3 months ago

Thanks, I'll take it soon

r57zone commented 3 months ago

I changed your code a little, I added a search for a given profile and if it exists, then it is selected. In order for the standard one to be loaded by default, and those who need a different default profile can set it, and the default profile will also be available. Thanks for the PR.