mirror of https://git.suyu.dev/suyu/suyu
				
				
				
			
			You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			41 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			XML
		
	
			
		
		
	
	
			41 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			XML
		
	
<?xml version="1.0" encoding="UTF-8"?>
 | 
						|
 | 
						|
<!--
 | 
						|
SPDX-FileCopyrightText: 2018 yuzu Emulator Project
 | 
						|
SPDX-FileCopyrightText: 2024 suyu 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.suyu_emu.suyu"/>
 | 
						|
        <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.suyu_emu.suyu"/>
 | 
						|
        <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.suyu_emu.suyu"/>
 | 
						|
        <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.suyu_emu.suyu"/>
 | 
						|
        <glob pattern="*.xci"/>
 | 
						|
    </mime-type>
 | 
						|
</mime-info>
 |