ivanovic
Member
- Joined
- Aug 4, 2006
- Messages
- 784
@Tempel / @milkshake:
How can I readout what the tools have put into the PND as PXML.xml? The file I made it use is looking like this:
So I assume something went wrong with pnd_make.sh, though I am just using the latest version from the repo for this. When extracting the pnd using unsquashfs, then the correct pnd is shown, too. So no idea what is really up there and I'd need to know how you get the info.
EDIT:
The pnd_make.sh is basically the one available in the official GIT, and the PXML.xml file looks rather similar to what genpxml.sh is creating. So if you find any issue in those, please make sure to also report them as bug report, so that it is also fixed in the upstream repos (cf http://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-libraries.git;a=tree;f=testdata/scripts;hb=HEAD).
How can I readout what the tools have put into the PND as PXML.xml? The file I made it use is looking like this:
Code:
<?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="snes9x.skeezix.alpha">
<title lang="en_US">Snes9x4P</title>
<exec command="./run.sh"/>
<previewpics>
<pic src="snes.png"/>
</previewpics>
<icon src="icon.png"/>
<info name="Snes9x4P Dokumentation" type="text" src="README_Snes9x4X.txt"/>
<description lang="en_US">Super Nintendo (SNES) emulator; derived from Snes9x4d (Dingoo) port.</description>
<author name="snes9x team / SiENcE / skeezix / ivanovic" website="http://www.codejedi.com/"/>
<version major="1" minor="39ff" release="20110214" build="1"/><!--This programs version-->
<categories>
<category name="Game"><!--category like "Games", "Graphics", "Internet" etc-->
<subcategory name="Emulator"/><!--subcategory, like "Board Games", "Strategy", "First Person Shooters"-->
</category>
</categories>
<clockspeed frequency="600"><!--Frequency in Hz-->
</application>
</PXML>
EDIT:
The pnd_make.sh is basically the one available in the official GIT, and the PXML.xml file looks rather similar to what genpxml.sh is creating. So if you find any issue in those, please make sure to also report them as bug report, so that it is also fixed in the upstream repos (cf http://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-libraries.git;a=tree;f=testdata/scripts;hb=HEAD).