diff options
Diffstat (limited to '')
| -rw-r--r-- | dist/yuzu.desktop | 2 | ||||
| -rw-r--r-- | dist/yuzu.xml | 15 |
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 | |||
| 8 | TryExec=yuzu | 8 | TryExec=yuzu |
| 9 | Exec=yuzu %f | 9 | Exec=yuzu %f |
| 10 | Categories=Game;Emulator;Qt; | 10 | Categories=Game;Emulator;Qt; |
| 11 | MimeType=application/x-nx-nro;application/x-nx-nso; | 11 | MimeType=application/x-nx-nro;application/x-nx-nso;application/x-nx-nsp;application/x-nx-xci; |
| 12 | Keywords=Switch;Nintendo; \ No newline at end of file | 12 | Keywords=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 |