GNOME Bugzilla – Bug 769495
game-boy: Support Game Boy Color
Last modified: 2016-08-27 20:26:42 UTC
Game Boy Color MIME type has recently been disambiguated from Game Boy, hence we need to explicitly support it.
Created attachment 334284 [details] [review] game-boy: Add is_classic() to GameBoyHeader This will be used in the next commits to discriminte GameBoy headers from GameBoyColor ones.
Created attachment 334285 [details] [review] game-boy: Add is_color() to GameBoyHeader This will be used in the next commit to discriminte GameBoy headers from GameBoyColor ones.
Created attachment 334286 [details] [review] game-boy: Support Game Boy Color games The Game Boy Color MIME type have been discriminated from the Game Boy one, hence we need to explicitly look for Game Boy Color games.
Attachment 334284 [details] pushed as e662b10 - game-boy: Add is_classic() to GameBoyHeader Attachment 334285 [details] pushed as de8201b - game-boy: Add is_color() to GameBoyHeader Attachment 334286 [details] pushed as ed87cc1 - game-boy: Support Game Boy Color games