diff options
Diffstat (limited to 'dist/yuzu.xml')
-rw-r--r-- | dist/yuzu.xml | 18 |
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 |