mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 06:05:38 +00:00
Documentation update
This commit is contained in:
parent
633e5c324a
commit
6a6d9904dc
|
@ -93,7 +93,7 @@ The way ES-DE works is that you have a defined ROMs directory which corresponds
|
|||
</system>
|
||||
```
|
||||
|
||||
Here the path tag is using the %ROMPATH% variable to keep it relative to the base ROMs directory as selected via the onboarding configurator when you first installed ES-DE. If you relocate your ROMs directory to a different storage device, or to another device altogether or if you synchronize your games across Android and Linux, macOS or Windows then everything will still work correctly.
|
||||
Here the path tag is using the %ROMPATH% variable to keep it relative to the base ROMs directory as selected via the onboarding configurator when you first installed ES-DE. If you relocate your ROMs directory to a different storage device, or copy it to another device altogether or if you synchronize your games across Android and Linux, macOS or Windows then everything will still work correctly.
|
||||
|
||||
Similarly custom collection files contain the %ROMPATH% variable too, such as this:
|
||||
```
|
||||
|
@ -123,7 +123,7 @@ Here's an example of a custom es_systems.xml file that relocates the samcoupe sy
|
|||
<command label="Speccy (Standalone)">%EMULATOR_SPECCY% %ACTION%=android.intent.action.VIEW %DATA%=%ROMSAF%</command>
|
||||
<platform>samcoupe</platform>
|
||||
<theme>samcoupe</theme>
|
||||
</system>
|
||||
</system>
|
||||
</systemList>
|
||||
```
|
||||
|
||||
|
@ -144,7 +144,7 @@ Here's again an example for the samcoupe system:
|
|||
<command label="Speccy (Standalone)">%EMULATOR_SPECCY% %ACTION%=android.intent.action.VIEW %DATA%=%ROMSAF%</command>
|
||||
<platform>samcoupe</platform>
|
||||
<theme>samcoupe</theme>
|
||||
</system>
|
||||
</system>
|
||||
</systemList>
|
||||
```
|
||||
|
||||
|
|
|
@ -93,7 +93,7 @@ The way ES-DE works is that you have a defined ROMs directory which corresponds
|
|||
</system>
|
||||
```
|
||||
|
||||
Here the path tag is using the %ROMPATH% variable to keep it relative to the base ROMs directory as selected via the onboarding configurator when you first installed ES-DE. If you relocate your ROMs directory to a different storage device, or to another device altogether or if you synchronize your games across Android and Linux, macOS or Windows then everything will still work correctly.
|
||||
Here the path tag is using the %ROMPATH% variable to keep it relative to the base ROMs directory as selected via the onboarding configurator when you first installed ES-DE. If you relocate your ROMs directory to a different storage device, or copy it to another device altogether or if you synchronize your games across Android and Linux, macOS or Windows then everything will still work correctly.
|
||||
|
||||
Similarly custom collection files contain the %ROMPATH% variable too, such as this:
|
||||
```
|
||||
|
@ -123,7 +123,7 @@ Here's an example of a custom es_systems.xml file that relocates the samcoupe sy
|
|||
<command label="Speccy (Standalone)">%EMULATOR_SPECCY% %ACTION%=android.intent.action.VIEW %DATA%=%ROMSAF%</command>
|
||||
<platform>samcoupe</platform>
|
||||
<theme>samcoupe</theme>
|
||||
</system>
|
||||
</system>
|
||||
</systemList>
|
||||
```
|
||||
|
||||
|
@ -144,7 +144,7 @@ Here's again an example for the samcoupe system:
|
|||
<command label="Speccy (Standalone)">%EMULATOR_SPECCY% %ACTION%=android.intent.action.VIEW %DATA%=%ROMSAF%</command>
|
||||
<platform>samcoupe</platform>
|
||||
<theme>samcoupe</theme>
|
||||
</system>
|
||||
</system>
|
||||
</systemList>
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue