mirror of
https://github.com/Wiimpathy/HatariWii.git
synced 2024-11-22 17:59:14 +01:00
33 lines
1.1 KiB
XML
33 lines
1.1 KiB
XML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
|
||
|
<mime-type type="application/x-st-disk-image">
|
||
|
<sub-class-of type="application/octet-stream"/>
|
||
|
<comment>ST disk image</comment>
|
||
|
<glob pattern="*.st"/>
|
||
|
</mime-type>
|
||
|
<mime-type type="application/vnd.msa-disk-image">
|
||
|
<sub-class-of type="application/octet-stream"/>
|
||
|
<comment>Magic Shadow Archiver disk image</comment>
|
||
|
<glob pattern="*.msa"/>
|
||
|
<magic priority="90">
|
||
|
<match type="big16" offset="0" value="0x0E0F"/>
|
||
|
</magic>
|
||
|
</mime-type>
|
||
|
<mime-type type="application/vnd.fastcopy-disk-image">
|
||
|
<sub-class-of type="application/octet-stream"/>
|
||
|
<comment>FastCopy DIM disk image</comment>
|
||
|
<glob pattern="*.dim"/>
|
||
|
<magic priority="90">
|
||
|
<match type="big16" offset="0" value="0x4242"/>
|
||
|
</magic>
|
||
|
</mime-type>
|
||
|
<mime-type type="application/x-stx-disk-image">
|
||
|
<sub-class-of type="application/octet-stream"/>
|
||
|
<comment>Pasti STX disk image</comment>
|
||
|
<glob pattern="*.stx"/>
|
||
|
<magic priority="90">
|
||
|
<match type="big32" offset="0" value="0x52535900"/>
|
||
|
</magic>
|
||
|
</mime-type>
|
||
|
</mime-info>
|