summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2014-01-19 15:48:58 +0100
committerBastien Nocera <hadess@hadess.net>2014-01-19 15:50:44 +0100
commit4b0bc62b3e50f25d0ef42950e0b715274637c548 (patch)
treefee485fe64f88ff3fb57d769ca4d76c5fc289cae
parent0412d9ceda5ff94a7eb2159b6d5eaa31a1c81426 (diff)
Add PC Engine, GameCube and Wii "ROM" types
The different types of Wii disc images are merged into one, as there's likely no difference between support one and all for the majority of applications. Magic for Wii and GameCube images from: http://wit.wiimm.de/download/magic.txt
-rw-r--r--freedesktop.org.xml.in27
1 files changed, 27 insertions, 0 deletions
diff --git a/freedesktop.org.xml.in b/freedesktop.org.xml.in
index 9d06800..fe090dc 100644
--- a/freedesktop.org.xml.in
+++ b/freedesktop.org.xml.in
@@ -1624,6 +1624,33 @@ command to generate the output files.
<generic-icon name="application-x-executable"/>
<glob pattern="*.nds"/>
</mime-type>
+ <mime-type type="application/x-pc-engine-rom">
+ <_comment>PC Engine ROM</_comment>
+ <generic-icon name="application-x-executable"/>
+ <glob pattern="*.pce"/>
+ </mime-type>
+ <mime-type type="application/x-wii-rom">
+ <_comment>Wii disc image</_comment>
+ <alias type="application/x-wii-iso-image"/>
+ <alias type="application/x-wbfs"/>
+ <alias type="application/x-wia"/>
+ <generic-icon name="application-x-executable"/>
+ <glob pattern="*.iso"/>
+ <magic priority="50">
+ <match offset="24" type="big32" value="0x5d1c9ea3"/>
+ <match offset="0" type="string" value="WBFS"/>
+ <match offset="0" type="string" value="WII\001DISC"/>
+ </magic>
+ </mime-type>
+ <mime-type type="application/x-gamecube-rom">
+ <_comment>GameCube disc image</_comment>
+ <generic-icon name="application-x-executable"/>
+ <alias type="application/x-gamecube-iso-image"/>
+ <glob pattern="*.iso"/>
+ <magic priority="50">
+ <match offset="28" type="big32" value="0xc2339f3d"/>
+ </magic>
+ </mime-type>
<mime-type type="application/x-deb">
<_comment>Debian package</_comment>
<alias type="application/x-debian-package"/>