Files
emulator/dist/org.citron_emu.citron.xml
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

40 lines
1.3 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
2022-05-15 02:06:02 +02:00
<!--
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>
2025-05-06 16:06:48 +10:00
<icon name="org.citron_emu.citron"/>
<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>
2025-05-06 16:06:48 +10:00
<icon name="org.citron_emu.citron"/>
<glob pattern="*.nso"/>
<magic><match value="NSO" type="string" offset="0"/></magic>
</mime-type>
2021-12-20 19:18:02 -05:00
<mime-type type="application/x-nx-nsp">
<comment>Nintendo Switch Package</comment>
<acronym>NSP</acronym>
2025-05-06 16:06:48 +10:00
<icon name="org.citron_emu.citron"/>
2021-12-20 19:18:02 -05:00
<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>
2025-05-06 16:06:48 +10:00
<icon name="org.citron_emu.citron"/>
2021-12-20 19:18:02 -05:00
<glob pattern="*.xci"/>
</mime-type>
2022-04-28 23:24:19 +02:00
</mime-info>