| 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <PXML xmlns="http://openpandora.org/namespaces/PXML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="PXML_schema.xsd"> |
| 3 | <application id="pcsx_rearmed"> |
| 4 | <title lang="en_US">PCSX ReARMed</title> |
| 5 | |
| 6 | <description lang="en_US">PlayStation 1 Emulator.</description> |
| 7 | |
| 8 | <exec command="pcsx.sh"/> |
| 9 | |
| 10 | <icon src="pcsx.png"/> |
| 11 | |
| 12 | <author name="PCSX team/notaz" website="http://notaz.gp2x.de/"/> |
| 13 | |
| 14 | <version major="1" minor="9" release="92" build="0"/> |
| 15 | <info name="PCSX ReARMed readme" type="text/plain" src="readme.txt"/> |
| 16 | |
| 17 | <categories> |
| 18 | <category name="Game"> |
| 19 | <subcategory name="Emulator"/> |
| 20 | </category> |
| 21 | </categories> |
| 22 | </application> |
| 23 | </PXML> |