summaryrefslogtreecommitdiff
path: root/dist/org.citron_emu.citron.xml
diff options
context:
space:
mode:
authorZephyron <zephyron@citron-emu.org>2024-12-31 16:19:25 +1000
committerZephyron <zephyron@citron-emu.org>2024-12-31 16:19:25 +1000
commit9427e27e24a7135880ee2881c3c44988e174b41a (patch)
tree83f0062a35be144f6b162eaa823c5b3c7620146e /dist/org.citron_emu.citron.xml
parentb35ae725d20960411e8588b11c12a2d55f86c9d0 (diff)
chore: update project branding to citron
Diffstat (limited to 'dist/org.citron_emu.citron.xml')
-rw-r--r--dist/org.citron_emu.citron.xml39
1 files changed, 39 insertions, 0 deletions
diff --git a/dist/org.citron_emu.citron.xml b/dist/org.citron_emu.citron.xml
new file mode 100644
index 000000000..b774eb0c4
--- /dev/null
+++ b/dist/org.citron_emu.citron.xml
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+SPDX-FileCopyrightText: 2018 yuzu Emulator Project
+SPDX-License-Identifier: GPL-2.0-or-later
+-->
+
+<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="org.yuzu_emu.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="org.yuzu_emu.yuzu"/>
+ <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="org.yuzu_emu.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="org.yuzu_emu.yuzu"/>
+ <glob pattern="*.xci"/>
+ </mime-type>
+</mime-info>