summaryrefslogtreecommitdiffstats
path: root/dist/yuzu.xml
diff options
context:
space:
mode:
authorJames Rowe <jroweboy@gmail.com>2018-01-13 23:39:31 +0100
committerJames Rowe <jroweboy@gmail.com>2018-01-13 23:40:57 +0100
commitc2d28351c7856db017dae3f2e813d8725d941c81 (patch)
tree17f4d73533de994045faa75553eda63c6f712253 /dist/yuzu.xml
parentUpdate dynarmic to bc73004 (diff)
downloadyuzu-c2d28351c7856db017dae3f2e813d8725d941c81.tar
yuzu-c2d28351c7856db017dae3f2e813d8725d941c81.tar.gz
yuzu-c2d28351c7856db017dae3f2e813d8725d941c81.tar.bz2
yuzu-c2d28351c7856db017dae3f2e813d8725d941c81.tar.lz
yuzu-c2d28351c7856db017dae3f2e813d8725d941c81.tar.xz
yuzu-c2d28351c7856db017dae3f2e813d8725d941c81.tar.zst
yuzu-c2d28351c7856db017dae3f2e813d8725d941c81.zip
Diffstat (limited to '')
-rw-r--r--dist/yuzu.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/dist/yuzu.xml b/dist/yuzu.xml
new file mode 100644
index 000000000..f6e408321
--- /dev/null
+++ b/dist/yuzu.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
+ <mime-type type="application/x-nx-nro">
+ <comment>Nintendo Switch homebrew executable</comment>
+ <acronym>NRO</acronym>
+ <icon name="yuzu"/>
+ <glob pattern="*.nro"/>
+ <magic><match value="NRO" type="string" offset="16"/></magic>
+ </mime-type>
+
+ <mime-type type="application/x-nx-nso">
+ <comment>Nintendo Switch homebrew executable</comment>
+ <acronym>NSO</acronym>
+ <icon name="yuzu"/>
+ <glob pattern="*.nso"/>
+ <magic><match value="NSO" type="string" offset="0"/></magic>
+ </mime-type>
+</mime-info> \ No newline at end of file