diff options
Diffstat (limited to 'games/sms_sdl/mime/sms_sdl.xml')
-rw-r--r-- | games/sms_sdl/mime/sms_sdl.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/games/sms_sdl/mime/sms_sdl.xml b/games/sms_sdl/mime/sms_sdl.xml new file mode 100644 index 0000000000..e0815ee2a3 --- /dev/null +++ b/games/sms_sdl/mime/sms_sdl.xml @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info"> + <mime-type type="application/x-sega-master-system-rom"> + <icon name="sms_sdl" /> + <comment>Sega Master System ROM</comment> + <acronym>SMS</acronym> + <expanded-acronym>Sega Master System</expanded-acronym> + <glob pattern="*.sms"/> + </mime-type> + <mime-type type="application/x-sega-game-gear-rom"> + <icon name="sms_sdl" /> + <comment>Sega Game Gear ROM</comment> + <acronym>GG</acronym> + <expanded-acronym>Game Gear</expanded-acronym> + <glob pattern="*.gg"/> + </mime-type> +</mime-info> |