Start input page

This commit is contained in:
Matt Borgerson 2021-06-14 04:39:33 -07:00
parent 8f86a03fd9
commit a64c84de50
2 changed files with 33 additions and 0 deletions

32
docs/docs/input.md Normal file
View File

@ -0,0 +1,32 @@
Built on SDL2, xemu supports virtually all gamepads. Connect up to 4 controllers
at any time, just like a real Xbox.
!!! note
* There is currently no interface within xemu to adjust the keybindings.
* There is currently no interface to add/remove memory cards.
You can bind and unbind controllers in your system, just like a real Xbox.
## Keyboard as Gamepad
The keyboard layout for the gamepad is:
| Keyboard | Gamepad | Keyboard | Gamepad |
|-----------|---------------|-----------|---------------|
| A | A | BACKSPACE | BACK |
| B | B | RETURN | START |
| X | X | 1 | WHITE |
| Y | Y | 2 | BLACK |
| LEFT | DPAD_LEFT | 3 | LSTICK |
| UP | DPAD_UP | 4 | RSTICK |
| RIGHT | DPAD_RIGHT | 5 | GUIDE (xemu Nav) |
| DOWN | DPAD_DOWN | | |
```
Left Right
W = LTrig O = RTrig
E I
S F J L
D K
```

View File

@ -69,6 +69,7 @@ nav:
- Setup:
- Download: download.md
- Getting Started: getting-started.md
- Input Devices: input.md
- Networking: networking.md
- HDD Access via FTP: ftp.md
- Snapshots (Save States): snapshots.md