summaryrefslogtreecommitdiffstats
path: root/dist/yuzu.xml
diff options
context:
space:
mode:
Diffstat (limited to 'dist/yuzu.xml')
-rw-r--r--dist/yuzu.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/dist/yuzu.xml b/dist/yuzu.xml
index f6e408321..dd1e30a6b 100644
--- a/dist/yuzu.xml
+++ b/dist/yuzu.xml
@@ -15,4 +15,19 @@
<glob pattern="*.nso"/>
<magic><match value="NSO" type="string" offset="0"/></magic>
</mime-type>
+
+ <mime-type type="application/x-nx-nsp">
+ <comment>Nintendo Switch Package</comment>
+ <acronym>NSP</acronym>
+ <icon name="yuzu"/>
+ <glob pattern="*.nsp"/>
+ <magic><match value="PFS" type="string" offset="0"/></magic>
+ </mime-type>
+
+ <mime-type type="application/x-nx-xci">
+ <comment>Nintendo Switch Card Image</comment>
+ <acronym>XCI</acronym>
+ <icon name="yuzu"/>
+ <glob pattern="*.xci"/>
+ </mime-type>
</mime-info> \ No newline at end of file