mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-26 15:55:38 +00:00
WIKI: scummvm fixes
This commit is contained in:
parent
810c6462b1
commit
7d1a468233
|
@ -2,7 +2,7 @@
|
|||
|
||||
Create a **.scummvm** file in each game directory and launch that.
|
||||
|
||||
The **.scummvm** file must be named using the correct **Game Short Name** and it must also contain this short name as a single string/word. You can find the complete list of supported ScummVM games with their corresponding short names [here](https:/www.scummvm.org/compatibility).<br>
|
||||
The **.scummvm** file must be named using the correct **Game Short Name** and it must also contain this short name as a single string/word. You can find the complete list of supported ScummVM games with their corresponding short names [here](https:/www.scummvm.org/compatibility).<br><br>
|
||||
An example setup could look like the following:
|
||||
|
||||
```
|
||||
|
@ -11,7 +11,9 @@ retrodeck/roms/scummvm/Flight of the Amazon Queen/queen.scummvm
|
|||
```
|
||||
<br>
|
||||
To clarify, the **sky.scummvm** file should contain just the single word sky and likewise the **queen.scummvm** file should only contain the word queen instead of **queen:queen** or **sky:sky**.
|
||||
In order to avoid having to display each game as a directory inside the game list (that needs to be entered each time you want to launch a game), you can optionally interpret each game directory as a file. Make sure to read the Directories interpreted as files section here to understand how this functionality works, but essentially the following would be the setup required for our example:
|
||||
In order to avoid having to display each game as a directory inside the game list (that needs to be entered each time you want to launch a game).
|
||||
<br><br>
|
||||
You can optionally interpret each game directory as a file. Make sure to read the Directories interpreted as files section here to understand how this functionality works, but essentially the following would be the setup required for our example:
|
||||
|
||||
```
|
||||
retrodeck/roms/scummvm/sky.scummvm/sky.scummvm
|
||||
|
|
Loading…
Reference in a new issue