e59af1c9 |
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="picodrive"> |
4 | <title lang="en_US">PicoDrive</title> |
5 | <title lang="de_DE">PicoDrive</title> |
6 | |
7 | <description lang="en_US">Genesis/MegaDrive/SegaCD/32x Emulator.</description> |
8 | <description lang="de_DE">Ein MegaDrive/SegaCD/32x Emulator</description> |
9 | |
10 | <exec command="PicoDrive.run"/> |
11 | |
12 | <previewpics> |
13 | <pic src="PicoDrive_p.png"/> |
14 | </previewpics> |
15 | |
16 | <icon src="PicoDrive.png"/> |
17 | |
18 | <author name="notaz" website="http://notaz.gp2x.de/"/> |
19 | |
ab61cff7 |
20 | <version major="@major@" minor="@minor@" release="0" build="@revision@"/> |
21 | <info name="PicoDrive readme" type="text/plain" src="readme.txt"/> |
e59af1c9 |
22 | |
23 | <categories> |
ab61cff7 |
24 | <category name="Game"> |
25 | <subcategory name="Emulator"/> |
e59af1c9 |
26 | </category> |
27 | </categories> |
28 | </application> |
29 | </PXML> |