Skip to content

Commit d4e1266

Browse files
Tweak mime type definition
1 parent 9717856 commit d4e1266

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

bign-handheld-thumbnailer-3ds.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
<mime-type type="application/x-ctr-3dsx">
99
<comment>Nintendo 3DS homebrew executable</comment>
1010
<acronym>3DSX</acronym>
11+
<alias type="application/x-nintendo-3ds-executable"/>
12+
<generic-icon name="application-x-executable"/>
1113
<glob pattern="*.3dsx"/>
1214
<magic><match value="3DSX" type="string" offset="0"/></magic>
1315
</mime-type>
@@ -16,6 +18,8 @@
1618
<comment>Nintendo 3DS cartridge image</comment>
1719
<acronym>CCI</acronym>
1820
<expanded-acronym>CTR Cart Image</expanded-acronym>
21+
<alias type="application/x-nintendo-3ds-rom"/>
22+
<generic-icon name="application-x-executable"/>
1923
<glob pattern="*.cci"/>
2024
<glob pattern="*.3ds"/>
2125
<magic><match value="NCSD" type="string" offset="256"/></magic>
@@ -25,6 +29,7 @@
2529
<comment>Nintendo 3DS executable</comment>
2630
<acronym>CXI</acronym>
2731
<expanded-acronym>CTR eXecutable Image</expanded-acronym>
32+
<generic-icon name="application-x-executable"/>
2833
<glob pattern="*.cxi"/>
2934
<magic><match value="NCCH" type="string" offset="256"/></magic>
3035
</mime-type>
@@ -33,6 +38,7 @@
3338
<comment>Nintendo 3DS importable archive</comment>
3439
<acronym>CIA</acronym>
3540
<expanded-acronym>CTR Importable Archive</expanded-acronym>
41+
<generic-icon name="application-x-executable"/>
3642
<glob pattern="*.cia"/>
3743
</mime-type>
3844

0 commit comments

Comments
 (0)