Skip to content

Commit

Permalink
feat: Document command line arguments (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikew authored Mar 21, 2021
1 parent af11548 commit d161961
Showing 1 changed file with 12 additions and 0 deletions.
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

0 comments on commit d161961

Please sign in to comment.