Allows the Nintendo Switch Pro Controller, Joycons and SNES controller to be used with CEMU, Citra, Dolphin, Yuzu and as generic XInput https://github.com/Davidobot/BetterJoy
Find a file
David Khachaturov 40a1088c66
Update README.md
2018-02-27 22:34:33 +00:00
BetterJoyForCemu Add project files. 2018-02-27 22:11:58 +00:00
.gitattributes Add .gitignore and .gitattributes. 2018-02-27 22:11:54 +00:00
.gitignore Add .gitignore and .gitattributes. 2018-02-27 22:11:54 +00:00
BetterJoyForCemu.sln Add project files. 2018-02-27 22:11:58 +00:00
README.md Update README.md 2018-02-27 22:34:33 +00:00

BetterJoyForCemu

Allows the Pro Controller to be used with the Cemu Emulator

Currently at version 1. Only for 64-bit systems for now.

How to use

  1. Connect pro controller via bluetooth
  2. Run BetterJoyForCemu.exe (please don't run this without a pro controller connected) 2.5. If the controller paired correctly, the first LED should light up.
  3. Start Cemu and ensure CemuHook has the controller selected.
  4. Enable "Also use for buttons/axes"
  5. Please press enter in the console box once you're done with the program - closing it by clicking "x" does not stop the services correctly.

Problems

If the controller does not work after restarting the exe too many times - shut down the exe, disconnect your pro controller and connect it again.

If you get weird lag/stuttering - restart your computer; or try running the program multiple times, closing it properly (by pressing enter) each time.

Connecting the Controller

Hold down the small button on the top of the controller for 5 seconds - this puts the controller into broadcasting mode.

Search for it in your bluetooth settings and pair normally.

To disconnect the controller - hold down the button once again. You'll have to remove the controller from your saved devices when you want to reconnect it.

Acknowledgements

A massive thanks goes out to rajkosto for putting up with 17 emails and replying very quickly to my silly queries. The UDP server is also mostly taken from his ScpToolkit repo.

Also I am very grateful to mfosse for pointing me in the right direction and to Looking-Glass without whom I would not be able to figure anything out. (being honest here - the joycon code is his)

A last thanks goes out to dekuNukem for his documentation, especially on the SPI calibration data and the IMU sensor notes!