summaryrefslogtreecommitdiffstats
path: root/dist/citra.xml
blob: 6d47c87602eef50d7a44a7a4c5f8f45bb0f7f7ce (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<?xml version="1.0" encoding="UTF-8"?>
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
    <mime-type type="application/x-ctr-3dsx">
        <comment>Nintendo 3DS homebrew executable</comment>
        <comment xml:lang="fr">Exécutable non-officiel pour Nintendo 3DS </comment>
        <acronym>3DSX</acronym>
        <icon name="citra"/>
        <glob pattern="*.3dsx"/>
        <magic><match value="3DSX" type="string" offset="0"/></magic>
    </mime-type>

    <mime-type type="application/x-ctr-cci">
        <comment>Nintendo 3DS cartridge image</comment>
        <comment xml:lang="fr">Image de cartouche Nintendo 3DS</comment>
        <acronym>CCI</acronym>
        <expanded-acronym>CTR Cart Image</expanded-acronym>
        <icon name="citra"/>
        <glob pattern="*.cci"/>
        <glob pattern="*.3ds"/>
        <magic><match value="NCSD" type="string" offset="256"/></magic>
    </mime-type>

    <mime-type type="application/x-ctr-cxi">
        <comment>Nintendo 3DS executable</comment>
        <comment xml:lang="fr">Exécutable Nintendo 3DS</comment>
        <acronym>CXI</acronym>
        <expanded-acronym>CTR eXecutable Image</expanded-acronym>
        <icon name="citra"/>
        <glob pattern="*.cxi"/>
        <magic><match value="NCCH" type="string" offset="256"/></magic>
    </mime-type>

    <mime-type type="application/x-ctr-cia">
        <comment>Nintendo 3DS importable archive</comment>
        <comment xml:lang="fr">Archive installable Nintendo 3DS</comment>
        <acronym>CIA</acronym>
        <expanded-acronym>CTR Importable Archive</expanded-acronym>
        <icon name="citra"/>
        <glob pattern="*.cia"/>
    </mime-type>

    <mime-type type="application/x-ctr-smdh">
        <comment>Nintendo 3DS icon and metadata</comment>
        <comment xml:lang="fr">Icône et métadonnées Nintendo 3DS</comment>
        <acronym>SMDH</acronym>
        <expanded-acronym>System Menu Data Header</expanded-acronym>
        <glob pattern="*.smdh"/>
        <magic><match value="SMDH" type="string" offset="0"/></magic>
    </mime-type>

    <mime-type type="application/x-ctr-cbmd">
        <comment>Nintendo 3DS banner</comment>
        <comment xml:lang="fr">Bannière Nintendo 3DS</comment>
        <acronym>CBMD</acronym>
        <expanded-acronym>CTR Banner Model Data</expanded-acronym>
        <glob pattern="*.cbmd"/>
        <magic><match value="CBMD" type="string" offset="0"/></magic>
    </mime-type>
</mime-info>