mirror of
https://github.com/RetroDECK/Wiki.git
synced 2025-04-10 19:15:16 +00:00
heresy
This commit is contained in:
parent
6a8eaa2686
commit
380f6c77ed
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue