mirror of
https://github.com/RetroDECK/Wiki.git
synced 2025-01-19 05:35:37 +00:00
Wiki fixes
This commit is contained in:
parent
121e765643
commit
087c644cd0
|
@ -37,11 +37,14 @@
|
|||
- Inside Discover search for RetroDECK and press the install button.
|
||||
- After the installation is finished, launch RetroDECK from Discover or in the program menu under `Games > RetroDECK`.
|
||||
- Follow the first time setup instructions and choose where RetroDECK should create the `roms` folders `Internal` or `SDCard`.
|
||||
- You will get a choice during the Setup to Install `The Official RetroDECK Steam Deck Controller Profile` this is highly recommended.
|
||||
- Open Steam while still in desktop mode.
|
||||
- Inside Steam go to the tab `Games` press `Add non Steam game to My library` and select RetroDECK to add it into your library.
|
||||
- After this is done you can now see RetroDECK in Steam Deck's gamemode after you return to it from desktop mode.
|
||||
|
||||
### Step 3: Configure the official controller layout
|
||||
### Step 3: Configure the official controller layout (If you installed the controller profile )
|
||||
This step is only needed if you installed the layout. If you missed installed the layout you can always reinstall it from the `RetroDECK Configurator` in `Desktop Mode` or within `Game Mode` from within RetroDECK from the `Main Menu` - `RetroDECK Configurator` - `Tools` - `Install SD Controller Profile`
|
||||
|
||||
- Go back into gamemode by pressing the return to gamemode icon on the desktop.
|
||||
- Go to RetroDECK on the Steam Grid under `Library > Non-Steam`
|
||||
- Press the `Controller Icon`
|
||||
|
|
|
@ -37,9 +37,29 @@ https://github.com/kmicki/SteamDeckGyroDSU.
|
|||
# How to enable Gyro working Gyro in Yuzu
|
||||
|
||||
## Steam Deck with Gyro
|
||||
You first need to install
|
||||
|
||||
https://github.com/kmicki/SteamDeckGyroDSU
|
||||
This is a step by step guide on how to get working Gyro with Yuzu utslitning the Steam Deck's built in gyro.
|
||||
|
||||
|
||||
### Step 1: Install SteamDeckGyroDSU
|
||||
[SteamDeckGyroDSU](https://github.com/kmicki/SteamDeckGyroDSU)
|
||||
|
||||
Go to `Desktop Mode` and open the built in terminal `Konsole` from the KDE Menu (Start Menu).
|
||||
|
||||
Copy the following command into the terminal and hit enter:
|
||||
|
||||
`bash <(curl -sL https://raw.githubusercontent.com/kmicki/SteamDeckGyroDSU/master/pkg/update.sh)`
|
||||
|
||||
This will Install SteamDeckGyroDSU and also create a new folder under `HOME` `$HOME/sdgyrodsu/` aka `home/deck/sdgyrodsu`
|
||||
|
||||
In that folder you will find two other files that is good to know about:
|
||||
|
||||
- `update.sh` - For updating SteamDeckGyroDSU
|
||||
|
||||
- `uninstall.sh` - For uninstalling SteamDeckGyroDSU
|
||||
|
||||
### Step 2: Go back to gaming mode and launch RetroDECK
|
||||
|
||||
|
||||
|
||||
## Linux Desktop / Steam Deck Docked with External Controllers
|
||||
|
|
Loading…
Reference in a new issue