mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 22:15:39 +00:00
25 lines
695 B
XML
25 lines
695 B
XML
<?xml version="1.0"?>
|
|
<gameList>
|
|
<game>
|
|
<path>./start-retroarch.sh</path>
|
|
<name>Start RetroArch</name>
|
|
<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>
|
|
<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>
|
|
<desc>Move roms folder from internal to external and vice versa.</desc>
|
|
<nogamecount>true</nogamecount>
|
|
<nomultiscrape>true</nomultiscrape>
|
|
</game>
|
|
</gameList>
|