mirror of
				https://git.tardis.systems/mirrors/yuzu
				synced 2025-11-04 04:34:07 +01:00 
			
		
		
		
	The AppStream file is mostly copied from the one already used by the
Flatpak yuzu build:
62fc225acf/org.yuzu_emu.yuzu.metainfo.xml
As it already defines the application id as org.yuzu_emu.yuzu I renamed
the yuzu.desktop and yuzu.xml files so that they match.
I've also made some minor tweaks to it, like fixing the capitalization
of "yuzu", adding a few keys and sorting them as presented in the
documentation.
Lastly, I added PrefersNonDefaultGPU=true to the .desktop file so that
yuzu is launched with the dedicated graphics card on Linux.
		
	
			
		
			
				
	
	
		
			34 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			34 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
<?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="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>
 |