diff options
author | Adrien Plazas <kekun.plazas@laposte.net> | 2016-07-31 16:28:15 +0200 |
---|---|---|
committer | Bastien Nocera <hadess@hadess.net> | 2016-08-02 15:29:26 +0200 |
commit | ca90e3454914d6fad5cc6603a2cfcf8e0a62d1b3 (patch) | |
tree | 07da9b06866a5c02faa67748588b103e7e78915b /freedesktop.org.xml.in | |
parent | 42860bc21fb6f694184f496259ca52c019b5b36a (diff) |
Add a Genesis 32X MIME type
Allow to disambiguate Genesis 32X ROMs from Genesis ones.
https://bugs.freedesktop.org/show_bug.cgi?id=97155
Diffstat (limited to 'freedesktop.org.xml.in')
-rw-r--r-- | freedesktop.org.xml.in | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/freedesktop.org.xml.in b/freedesktop.org.xml.in index 85fb459..502dbe3 100644 --- a/freedesktop.org.xml.in +++ b/freedesktop.org.xml.in @@ -2144,12 +2144,22 @@ command to generate the output files. <_comment>Genesis ROM</_comment> <generic-icon name="application-x-executable"/> <magic priority="50"> - <match type="string" value="SEGA" offset="256"/> + <match type="string" value="SEGA GENESIS" offset="256"/> + <match type="string" value="SEGA MEGA DRIVE" offset="256"/> <match type="string" value="EAGN" offset="640"/> <match type="string" value="EAMG" offset="640"/> </magic> <glob pattern="*.gen"/> <glob pattern="*.smd"/> + </mime-type> + <mime-type type="application/x-genesis-32x-rom"> + <!-- Translate this to Super 32X, Mega Drive 32X or Mega 32X if the system was known as such in your locale + Should be Super 32X in Japan, Mega Drive 32X in PAL region and Mega 32X in Brazil: https://en.wikipedia.org/wiki/32X --> + <_comment>Genesis 32X ROM</_comment> + <generic-icon name="application-x-executable"/> + <magic priority="50"> + <match type="string" value="SEGA 32X" offset="256"/> + </magic> <glob pattern="*.32x"/> <glob pattern="*.mdx"/> </mime-type> |