distribution/packages/misc/modules/sources/gamelist.xml
fewtarius 58769c80d3
* Restructure JELOS to use .config/system and system.cfg for configuration.
* Update games to use .config/game/configs moving configurations out of the system config root.
* Split modules into a separate package (packages/misc/modules).
* Remove some unused packages and move a few virtual packages to packages/virtual.
2022-02-26 21:40:30 -05:00

82 lines
2.4 KiB
XML

<?xml version="1.0"?>
<gameList>
<game>
<path>./Start PPSSPP.sh</path>
<name>Start PPSSPP</name>
<desc>Run the PPSSPP emulator without starting a game.</desc>
<developer>351ELEC</developer>
<publisher>351ELEC</publisher>
<rating>1.0</rating>
<releasedate>2021</releasedate>
<genre>Script</genre>
<thumbnail>./downloaded_images/ppsspp-thumb.png</thumbnail>
<image>./downloaded_images/ppsspp.png</image>
</game>
<game>
<path>./Start ScummVM.sh</path>
<name>Start ScummVM</name>
<desc>Run the ScummVM emulator without starting a game.</desc>
<developer>351ELEC</developer>
<publisher>351ELEC</publisher>
<rating>1.0</rating>
<releasedate>2021</releasedate>
<genre>Script</genre>
<thumbnail>./downloaded_images/scummvm-thumb.png</thumbnail>
<image>./downloaded_images/scummvm.png</image>
</game>
<game>
<path>./Start 32bit Retroarch.sh</path>
<name>Start 32bit RetroArch</name>
<desc>Run 32bit RetroArch</desc>
<developer>351ELEC</developer>
<publisher>351ELEC</publisher>
<rating>1.0</rating>
<releasedate>2021</releasedate>
<genre>Script</genre>
<thumbnail>./downloaded_images/retroarch32-thumb.png</thumbnail>
<image>./downloaded_images/retroarch32.png</image>
</game>
<game>
<path>./Start 64bit Retroarch.sh</path>
<name>Start 64bit RetroArch</name>
<desc>Run 64bit RetroArch</desc>
<developer>351ELEC</developer>
<publisher>351ELEC</publisher>
<rating>1.0</rating>
<releasedate>2021</releasedate>
<genre>Script</genre>
<thumbnail>./downloaded_images/retroarch64-thumb.png</thumbnail>
<image>./downloaded_images/retroarch64.png</image>
</game>
<game>
<path>./Remove ._ Files.sh</path>
<name>Run Remove ._ Files</name>
<desc>Removes hidden ._ files created by the MacOS filesystem</desc>
<developer>351ELEC</developer>
<publisher>351ELEC</publisher>
<rating>1.0</rating>
<releasedate>2021</releasedate>
<genre>Script</genre>
<thumbnail>./downloaded_images/clean-thumb.png</thumbnail>
<image>./downloaded_images/clean.png</image>
</game>
<game>
<path>./351Files.sh</path>
<name>351Files</name>
<desc>Single panel file manager</desc>
<developer>Tardigrade</developer>
<publisher>351ELEC</publisher>
<rating>1.0</rating>
<releasedate>2021</releasedate>
<genre>Script</genre>
<thumbnail>./downloaded_images/filemanager-thumb.png</thumbnail>
<image>./downloaded_images/filemanager.png</image>
</game>
</gameList>