Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Document command line arguments #30

Merged
merged 1 commit into from
Mar 21, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,18 @@ So, in the example above, `W` would push the left stick forward to 50%, and `S`

Note that no matter what you have mapped, pressing the equivalent of `RB + Start` will press the `Guide / Home / Logo` button.

## Command Line Arguments

You can pass arguments when running XArcade XInput:

Argument | Purpose
---|---
`--debug` | Prints some debug information.
`--default` | Force using the default mapping. This can help if you get stuck when writing your own mappings. This takes precedence over other arguments.
`--skip-ui` | Will prevent your browser from opening.
`--start-disabled` | Won't listen for keyboard events when starting.
`--mapping`

## Why

[X-Arcade used to suggest](https://support.xgaming.com/support/solutions/articles/12000003227-use-x-arcade-as-a-windows-joystick-gamepad-controller-xinput-) a number of different methods of getting your joystick to appear as a DirectInput or XInput controller in Windows. What you end up with is:
Expand Down