mirror of https://github.com/bsnes-emu/bsnes.git
Register ISX files on FreeDesktop
This commit is contained in:
parent
f50d9310a7
commit
5a966bba91
|
@ -9,4 +9,4 @@ Keywords=game;boy;gameboy;color;emulator
|
|||
Terminal=false
|
||||
StartupNotify=false
|
||||
Categories=Application;Game;
|
||||
MimeType=application/x-gameboy-rom;application/x-gameboy-color-rom
|
||||
MimeType=application/x-gameboy-rom;application/x-gameboy-color-rom;application/x-gameboy-isx
|
|
@ -14,4 +14,10 @@
|
|||
<glob pattern="*.gbc"/>
|
||||
<glob pattern="*.cgb"/>
|
||||
</mime-type>
|
||||
<mime-type type="application/x-gameboy-isx">
|
||||
<comment>Game Boy ISX binary</comment>
|
||||
<icon name="x-gameboy-rom"/>
|
||||
<glob-deleteall/>
|
||||
<glob pattern="*.isx"/>
|
||||
</mime-type>
|
||||
</mime-info>
|
||||
|
|
Loading…
Reference in New Issue