mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-09-01 18:53:17 +00:00
858f9e5aea
Signed-off-by: lizzie <lizzie@eden-emu.dev> - [x] I have read and followed the [Contribution Guidelines](https://git.eden-emu.dev/eden-emu/eden/src/branch/master/CONTRIBUTING.md#code-contributions). - [x] I have read and followed the [AI Policy](https://git.eden-emu.dev/eden-emu/eden/src/branch/master/docs/policies/AI.md) - [x] I have read and followed the [Coding Guidelines](https://git.eden-emu.dev/eden-emu/eden/src/branch/master/docs/policies/Coding.md) to the best of my ability. ------------------- updates deps.md (freebsd had a package that didnt exist, oops) netbsd also had outdated packages moved windows caveats into the user guide (because well, those are user stuff, not build caveats) MANY redundant wording removals (especially on dynarmic) proper capitalization of Eden, Dynarmic, Amiibo, and CLion fixed discord link on metainfo as well also fixed file associations as well otherwise installed eden wont have icon over NSP/XCI/etc files "please" is filler fixes a HANDFUL of dead links as well Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/4315 Reviewed-by: crueter <crueter@eden-emu.dev> Reviewed-by: CamilleLaVey <camillelavey99@gmail.com>
45 lines
1.4 KiB
XML
45 lines
1.4 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!--
|
|
SPDX-FileCopyrightText: 2025 Eden Emulator Project
|
|
SPDX-License-Identifier: GPL-3.0-or-later
|
|
-->
|
|
|
|
<!--
|
|
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="dev.eden_emu.eden"/>
|
|
<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="dev.eden_emu.eden"/>
|
|
<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="dev.eden_emu.eden"/>
|
|
<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="dev.eden_emu.eden"/>
|
|
<glob pattern="*.xci"/>
|
|
</mime-type>
|
|
</mime-info>
|