mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-25 15:45:38 +00:00
Fixed README formatting.
This commit is contained in:
parent
12a0843045
commit
b43b0a1874
|
@ -89,8 +89,10 @@ The EXTENSION is a list of extensions ES will consider valid and add to the list
|
||||||
The COMMAND is the shell command ES will execute to start your emulator. As it is evaluated by the shell (i.e. bash), you can do some clever tricks if need be.
|
The COMMAND is the shell command ES will execute to start your emulator. As it is evaluated by the shell (i.e. bash), you can do some clever tricks if need be.
|
||||||
|
|
||||||
The following "tags" are replaced by ES in COMMANDs:
|
The following "tags" are replaced by ES in COMMANDs:
|
||||||
%ROM% - Replaced with absolute path to the selected ROM.
|
|
||||||
%BASENAME% - Replaced with the "base" name of the path to the selected ROM. For example, a path of "/foo/bar.rom", this tag would be "bar". This tag is useful for setting up AdvanceMAME.
|
`%ROM%` - Replaced with absolute path to the selected ROM.
|
||||||
|
|
||||||
|
`%BASENAME%` - Replaced with the "base" name of the path to the selected ROM. For example, a path of "/foo/bar.rom", this tag would be "bar". This tag is useful for setting up AdvanceMAME.
|
||||||
|
|
||||||
gamelist.xml
|
gamelist.xml
|
||||||
============
|
============
|
||||||
|
|
Loading…
Reference in a new issue