-
Notifications
You must be signed in to change notification settings - Fork 350
DS4 Gyro
David Khachaturov edited this page Apr 22, 2020
·
1 revision
If you want to use the DS4 gyro (for PS Now or PS Remote) with Pro/Joycons, then you've come to the right place.
Let's hope you're a developer too...
- Build this repo, but first, you need to build ViGEm.NET because I use a special version for gyro. Compile it and install the compiled package through NuGET as a local source.
- Compile ViGEmBus (this version has an easier to work with .inf) but make sure to symlink/copy ViGEmClient into a folder called
client
as they share some headers. - Before trying to install the driver, set your Windows to test mode with
bcdedit /set testsigning on
(since we're not properly signing the driver) - Properly sign the driver and install it
.\devcon.exe install "C:\Users\<user>\source\repos\ViGEmBus\bin\x64\ViGEmBus\ViGEmBus.inf" Root\ViGEmBus
(example) - Run BetterJoy and enjoy your gyro :)