SameBoy | Accurate GB/GBC emulator |
| download: https://git.y1.nz/archives/sameboy.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit 5a966bba91448723f5885e084926a12ed017b3e1 parent f50d9310a7c5fed5c0cf9f5ab4b3afc457fcccb5 Author: Lior Halphon <LIJI32@gmail.com> Date: Mon, 1 Mar 2021 23:21:07 +0200 Register ISX files on FreeDesktop Diffstat:
| M | FreeDesktop/sameboy.desktop | 4 | ++-- |
| M | FreeDesktop/sameboy.xml | 6 | ++++++ |
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/FreeDesktop/sameboy.desktop b/FreeDesktop/sameboy.desktop @@ -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 + diff --git a/FreeDesktop/sameboy.xml b/FreeDesktop/sameboy.xml @@ -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>
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.