-
Notifications
You must be signed in to change notification settings - Fork 355
HIDGuardian and Steam (Big Picture)
David Khachaturov edited this page Apr 18, 2020
·
3 revisions
If you try to use Steam with BetterJoy, you're going to run into some trouble. This is because BetterJoy tries to take over exclusive control of your controllers and so messes up the DirectInput stream, which Steam picks up.
You may still want to use BetterJoy with Steam, for example in Big Picture mode when using joined Joycons and a Pro Controller.
Here's how to make everything play nicely:
- Navigate to the
Drivers/HIDGuardian
folder, after reading the README.txt inDrivers
- Run
HIDGuardian Install (Run as Admin).bat
as admin - Open
BetterJoyForCemu.exe.Config
and change the line<add key="UseHIDG" value="false" />
to<add key="UseHIDG" value="true" />
- Set
PurgeWhitelist
andPurgeAffectedDevices
tofalse
- Run BetterJoy
- Restart your computer
- Use Steam/BetterJoy as you like
HIDGuardian will hide the DirectInput device from everything other than BetterJoy. It will unhide it after BetterJoy is exited. If something goes wrong and your PC stops picking up your controllers, look into the FAQ and Problems section.