Skip to content

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...

  1. 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.
  2. 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.
  3. 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)
  4. Properly sign the driver and install it .\devcon.exe install "C:\Users\<user>\source\repos\ViGEmBus\bin\x64\ViGEmBus\ViGEmBus.inf" Root\ViGEmBus (example)
  5. Run BetterJoy and enjoy your gyro :)
Clone this wiki locally