p-sam / hori-mini-wired-gamepad-remote-play

Spoof OSX version of PS4 Remote play into thinking that the Hori Mini Wired Gamepad is a Dualshock 4 controller.
MIT License
13 stars 1 forks source link

Question about Windows support #1

Closed BareBoneCode closed 6 years ago

BareBoneCode commented 6 years ago

Is there a way to get this to work on Windows?

p-sam commented 6 years ago

The method used here is overriding OSX Library functions (specifically IOHID lib to interfaces with HID devices). It's unfortunately not possible to make this work on Windows since both the method to override functions and the librairies would be different. Try looking at https://github.com/nefarius/ViGEm and see if it can fit your needs.

BareBoneCode commented 6 years ago

Thank you