-
Notifications
You must be signed in to change notification settings - Fork 107
CasperH2O edited this page Mar 11, 2022
·
2 revisions
The CHandheld Companion application supports a CLI API. See below for an overview of options.
HandheldCompanion.exe profile
- --whitelist (Optional if present, application can access physical controller)
- --wrapper (Optional if present, application will rely on wrapper dll to translate directinput calls to xinput calls)
- --umc (Optional if present, will translate gyroscope to controls)
- --input (Optional value has to be within InputStyle)
- --trigger (Optional value has to be within GamepadButtonFlags)
- --exe (Required path to executable)
Example:
HandheldCompanion.exe profile --wrapper --umc --input=1 --trigger=65536 --exe="C:\Users\benja\AppData\Local\Playnite\Playnite.DesktopApp.exe"
HandheldCompanion.exe device
- --cloak (Optional if present, cloak the physical controller)
- --mode (Required value has to be within HIDmode)
Example:
HandheldCompanion.exe device --cloak --mode=1
HandheldCompanion.exe service
- --action (Required value has to be within ProfileServiceAction)
Example:
HandheldCompanion.exe service --action="install"
Players
- FAQ โ
- Troubleshooting ๐ฅ
- Installation ๐ฆ
- Settings ๐ง
-
API
โ๏ธ
Community
- Discord
- Game Replays ๐ฅ
Guides
- Playing on PC ๐ฅ๏ธ
- Playing on Steam ๐ฎ
- Playing on Dolphin ๐ฌ
- Playing on Yuzu ๐
- Playing on Cemu ๐ฎ
- Xbox Live Gamepass ๐ณ
- PlayStation Remote Play ๐ฎ
- External USB IMU ๐
- Disable Virtualization Based Security ๐ณ
Devices
Development
- Development
- Video Format ๐ฅ
- Release ๐
- Tools