mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-21 21:45:39 +00:00
28 lines
801 B
XML
28 lines
801 B
XML
<?xml version="1.0"?>
|
|
<gameList>
|
|
<game>
|
|
<path>./start-retroarch.sh</path>
|
|
<name>Start RetroArch</name>
|
|
<sortname>RetroArch</sortname>
|
|
<desc>Start RetroArch to manually tweak your settings.</desc>
|
|
<nogamecount>true</nogamecount>
|
|
<nomultiscrape>true</nomultiscrape>
|
|
</game>
|
|
<game>
|
|
<path>./start-yuzu.sh</path>
|
|
<name>Start Yuzu</name>
|
|
<sortname>RetroArch</sortname>
|
|
<desc>Start Yuzu to manually tweak your settings.</desc>
|
|
<nogamecount>true</nogamecount>
|
|
<nomultiscrape>true</nomultiscrape>
|
|
</game>
|
|
<game>
|
|
<path>./move-roms.sh</path>
|
|
<name>Move roms folder</name>
|
|
<sortname>Move roms folder</sortname>
|
|
<desc>Move roms folder from internal to external and vice versa.</desc>
|
|
<nogamecount>true</nogamecount>
|
|
<nomultiscrape>true</nomultiscrape>
|
|
</game>
|
|
</gameList>
|