picodrive/platform/pandora/PicoDrive.pxml
notaz e59af1c9b8 release 1.80beta1 for pandora
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@879 be3aeb3a-fb24-0410-a615-afba39da0efa
2010-06-02 09:59:21 +00:00

29 lines
1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<PXML xmlns="http://openpandora.org/namespaces/PXML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="PXML_schema.xsd">
<application id="picodrive">
<title lang="en_US">PicoDrive</title>
<title lang="de_DE">PicoDrive</title>
<description lang="en_US">Genesis/MegaDrive/SegaCD/32x Emulator.</description>
<description lang="de_DE">Ein MegaDrive/SegaCD/32x Emulator</description>
<exec command="PicoDrive.run"/>
<previewpics>
<pic src="PicoDrive_p.png"/>
</previewpics>
<icon src="PicoDrive.png"/>
<author name="notaz" website="http://notaz.gp2x.de/"/>
<version major="1" minor="80" release="0" build="0"/><!--This programs version-->
<info name="readme" type="text/plain" src="readme.txt"/>
<categories>
<category name="Game"><!--category like "Games", "Graphics", "Internet" etc-->
<subcategory name="Emulator"/><!--subcategory, like "Board Games", "Strategy", "First Person Shooters"-->
</category>
</categories>
</application>
</PXML>