This commit is contained in:
laz 2025-03-30 12:10:26 +02:00
parent 6a8eaa2686
commit 380f6c77ed

View file

@ -51,7 +51,6 @@ The easiest way to get the game ID for non-Steam games is to go to the RetroDECK
``` ```
```bash
#!/bin/bash #!/bin/bash
steam "$@" steam://rungameid/<RetroDECK_gameid> steam "$@" steam://rungameid/<RetroDECK_gameid>
``` ```
@ -59,10 +58,10 @@ steam "$@" steam://rungameid/<RetroDECK_gameid>
**Example:** **Example:**
``` ```
```bash
#!/bin/bash #!/bin/bash
steam "$@" steam://rungameid/14508945201516511232 steam "$@" steam://rungameid/14508945201516511232
``` ```
5. Save the file. 5. Save the file.
6. Reboot the Steam Deck. 6. Reboot the Steam Deck.
7. RetroDECK and it should now directly boot into RetroDECK. 7. The Steam Deck should now directly boot into RetroDECK.