summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar bunnei2021-12-20 21:55:43 -0800
committerGravatar GitHub2021-12-20 21:55:43 -0800
commitcf221ca92d82c27bee485a7e597daf98f9697162 (patch)
treeada0cc28b1428fc83624fd235cc4cbb19343b574
parentMerge pull request #7597 from bunnei/remove-global-lock (diff)
parentdist/XDG: add more file associations (diff)
downloadyuzu-cf221ca92d82c27bee485a7e597daf98f9697162.tar.gz
yuzu-cf221ca92d82c27bee485a7e597daf98f9697162.tar.xz
yuzu-cf221ca92d82c27bee485a7e597daf98f9697162.zip
Merge pull request #7609 from Tatsh/file-assoc
dist/XDG: add more file associations
-rw-r--r--dist/yuzu.desktop2
-rw-r--r--dist/yuzu.xml15
2 files changed, 16 insertions, 1 deletions
diff --git a/dist/yuzu.desktop b/dist/yuzu.desktop
index 105080c73..6cc0704d2 100644
--- a/dist/yuzu.desktop
+++ b/dist/yuzu.desktop
@@ -8,5 +8,5 @@ Icon=yuzu
8TryExec=yuzu 8TryExec=yuzu
9Exec=yuzu %f 9Exec=yuzu %f
10Categories=Game;Emulator;Qt; 10Categories=Game;Emulator;Qt;
11MimeType=application/x-nx-nro;application/x-nx-nso; 11MimeType=application/x-nx-nro;application/x-nx-nso;application/x-nx-nsp;application/x-nx-xci;
12Keywords=Switch;Nintendo; \ No newline at end of file 12Keywords=Switch;Nintendo; \ No newline at end of file
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 @@
15 <glob pattern="*.nso"/> 15 <glob pattern="*.nso"/>
16 <magic><match value="NSO" type="string" offset="0"/></magic> 16 <magic><match value="NSO" type="string" offset="0"/></magic>
17 </mime-type> 17 </mime-type>
18
19 <mime-type type="application/x-nx-nsp">
20 <comment>Nintendo Switch Package</comment>
21 <acronym>NSP</acronym>
22 <icon name="yuzu"/>
23 <glob pattern="*.nsp"/>
24 <magic><match value="PFS" type="string" offset="0"/></magic>
25 </mime-type>
26
27 <mime-type type="application/x-nx-xci">
28 <comment>Nintendo Switch Card Image</comment>
29 <acronym>XCI</acronym>
30 <icon name="yuzu"/>
31 <glob pattern="*.xci"/>
32 </mime-type>
18</mime-info> \ No newline at end of file 33</mime-info> \ No newline at end of file