Andrew Udvare
4 years ago
No known key found for this signature in database
GPG Key ID: 1AFD9AFC120C26DD
2 changed files with
16 additions and
1 deletions
-
dist/yuzu.desktop
-
dist/yuzu.xml
|
|
|
@ -8,5 +8,5 @@ Icon=yuzu |
|
|
|
TryExec=yuzu |
|
|
|
Exec=yuzu %f |
|
|
|
Categories=Game;Emulator;Qt; |
|
|
|
MimeType=application/x-nx-nro;application/x-nx-nso; |
|
|
|
MimeType=application/x-nx-nro;application/x-nx-nso;application/x-nx-nsp;application/x-nx-xci; |
|
|
|
Keywords=Switch;Nintendo; |
|
|
|
@ -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> |