[grilo-plugins/wip/hadess/gamesdb-new-mime-types: 5/6] thegamesdb: Use SG-1000 registered MIME type



commit 3ad81044c5be8e1a66c25c305757156f9e497cc9
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Thu Aug 25 15:31:57 2016 +0200

    thegamesdb: Use SG-1000 registered MIME type
    
    Use the 'application/x-sg1000-rom' MIME type as it has been added to
    shared-mime-info.
    
    See https://bugzilla.gnome.org/show_bug.cgi?id=770390
    
    Closes: #33

 src/lua-factory/sources/grl-thegamesdb.lua | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/src/lua-factory/sources/grl-thegamesdb.lua b/src/lua-factory/sources/grl-thegamesdb.lua
index 717b8b8..9d40033 100644
--- a/src/lua-factory/sources/grl-thegamesdb.lua
+++ b/src/lua-factory/sources/grl-thegamesdb.lua
@@ -230,6 +230,7 @@ function get_platform_name(mime_type, suffix)
     platform_names['application/x-pc-engine-rom'] = 'TurboGrafx 16'
     platform_names['application/x-saturn-rom'] = 'Sega Saturn'
     platform_names['application/x-sega-cd-rom'] = 'Sega CD'
+    platform_names['application/x-sg1000-rom'] = 'SEGA SG-1000'
     -- Also represents 'Sega Game Gear' through magic
     platform_names['application/x-sms-rom'] = 'Sega Master System'
     platform_names['application/x-gamegear-rom'] = 'Sega Game Gear'


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]