RetroDECK/wiki-rtd/docs/wiki_controllers/diffrent-game-inputs.md
2023-11-30 15:44:41 +01:00

61 lines
2.2 KiB
Markdown

# Different button prompts in games
Depending on what system you are playing the button prompt inputs might not correspond to the one you have on your physical controller or device you have in your hand.
## Xbox Games
The Xbox layout is used by `Xbox Controllers`.<br>
Is also used by devices like the `Steam Deck` `Rog Alley`.<br>
It is used by a lot of `Genric` third party `PC controllers` and `Xbox Clone Controllers`.
**Xbox - Button Layout:**<br>
| Button Placement | Button |
| :--- | :---: |
| North | `Y` |
| West | `X` |
| East | `B` |
| South | `A` |
**Example:**<br>
So if you are emulating a Xbox game that calls for the button `B` to be pressed it corresponds to the right button.
## Nintendo Games
The Nintendo layout is used by `Nintendo Controllers`..<br>
It could also be used by other `Genric` third party `Nintendo Clone Controllers`.
**Nintendo - Button Layout**<br>
| Button Placement | Button |
| :--- | :---: |
| North | `X` |
| West | `Y` |
| East | `A` |
| South | `B` |
**Example:**<br>
So if you are emulating a Nintendo game that calls for the button `A` to be pressed it corresponds to the right button.
## Sony PlayStation Games
The Playstation layout is used by `Playstation Controllers`. <br>
It could also be used by other `Genric` third party `Playstation Clone Controllers`.
**Playstation - Button Layout**<br>
| Button Placement | Button |
| :--- | :---: |
| North | `Triangle` |
| West | `Square` |
| East | `Circle` |
| South | `X` |
**Example:**
If you are emulating a PlayStation game that calls for the button `Square` to be pressed it corresponds to the left button.
**Regional differences:**
Depending on the region of your Playstation game, the buttons `Circle` and `X` switches the meaning for confirm and cancel (they are still at the same physical location). But it is good to keep in mind if you are used to exiting out of menus with a certain button and wondering why it works in some games while others not. In games from the EU/US `X` is confirm while in Japan `X` is cancel.