Skip to content

Commit 67eef2c

Browse files
authored
Revert "Place .svm file outside its game directory (#98)"
This reverts commit 71d6ec3.
1 parent 2eb5560 commit 67eef2c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/ScummVM.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,20 +44,20 @@ The game **Day of the Tentacle** has the shortname `tentacle` and requires files
4444

4545
Create a directory `/home/pi/RetroPie/roms/scummvm/Day of the Tentacle` and place the game files in it.
4646

47-
Create a launcher file with the same name as the directory: `/home/pi/RetroPie/roms/scummvm/Day of the Tentacle.svm`
47+
Create a launcher file with the same name as the directory: `/home/pi/RetroPie/roms/scummvm/Day of the Tentacle/Day of the Tentacle.svm`
4848

4949
This laucher file `Day of the Tentacle.svm` contains the shortname `tentacle`
5050

5151
You can create the launcher file like:
5252

5353
```
54-
echo "tentacle" > "/home/pi/RetroPie/roms/scummvm/Day of the Tentacle.svm"
54+
echo "tentacle" > "/home/pi/RetroPie/roms/scummvm/Day of the Tentacle/Day of the Tentacle.svm"
5555
```
5656

5757
The final file layout is:
5858

5959
```
60-
/home/pi/RetroPie/roms/scummvm/Day of the Tentacle.svm
60+
/home/pi/RetroPie/roms/scummvm/Day of the Tentacle/Day of the Tentacle.svm
6161
/home/pi/RetroPie/roms/scummvm/Day of the Tentacle/MONSTER.SOU
6262
/home/pi/RetroPie/roms/scummvm/Day of the Tentacle/TENTACLE.000
6363
/home/pi/RetroPie/roms/scummvm/Day of the Tentacle/TENTACLE.001

0 commit comments

Comments
 (0)