GNOME Bugzilla – Bug 769472
master-system: Support SG-1000
Last modified: 2016-08-03 14:52:49 UTC
SG-1000 MIME type has recently been disambiguated from Master System, hence we need to explicitly support it.
The following fixes have been pushed: 9878978 master-system: Support Game Gear games 21bc8aa master-system: Add is_game_gear() to MasterSystemRegion 3ad931b master-system: Add is_master_system() to MasterSystemRegion
Created attachment 332626 [details] [review] master-system: Support Game Gear games The Game Gear MIME type have been discriminated from the Master System one, hence we need to explicitly look for Game Gear games.
Created attachment 332627 [details] [review] master-system: Add is_game_gear() to MasterSystemRegion This will be used in the next commit to discriminte Master System headers from Game Gear ones.
Created attachment 332628 [details] [review] master-system: Add is_master_system() to MasterSystemRegion This will be used in the next commit to discriminte Master System headers from Game Gear ones.
The following fix has been pushed: 4898548 master-system: Support SG-1000 games
Created attachment 332629 [details] [review] master-system: Support SG-1000 games The SG-1000 MIME type have been discriminated from the Master System one, hence we need to explicitly look for SG-1000 games.