RetroDECK/config/retrodeck/helper_files/es_systems.xml

19 lines
700 B
XML
Raw Permalink Normal View History

2024-09-26 12:08:31 +00:00
<?xml version="1.0"?>
<!--
This is an example of a custom system, you can add as many as you want by following this template.
More info on the official ES-DE Documentation:
https://gitlab.com/es-de/emulationstation-de/-/blob/master/USERGUIDE.md#game-system-customizations
-->
<systemList>
<!--
<system>
<name>mysystem</name>
<fullname>An example fake system</fullname>
<path>%ROMPATH%/mysystem</path>
<extension>.bin .BIN .chd .CHD .cue .CUE .iso .ISO .7z .7Z .zip .ZIP</extension>
<command label="MyEmulator">%EMULATOR_SOMETHING% %ROM%</command>
<platform>mysystem</platform>
<theme>mysystem</theme>
</system>
-->
</systemList>