[grilo-plugins/wip/hadess/gamesdb-new-mime-types: 6/6] thegamesdb: Use Sega Pico registered MIME type



commit 6bfc76ce57a947b8791f9a0eb8bb60b9c30fbcdf
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Thu Aug 25 15:35:46 2016 +0200

    thegamesdb: Use Sega Pico registered MIME type
    
    Use the 'application/x-sega-pico-rom' MIME type as it has been added to
    shared-mime-info.
    
    See https://bugzilla.gnome.org/show_bug.cgi?id=770391
    
    Closes: #34

 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 9d40033..598d6df 100644
--- a/src/lua-factory/sources/grl-thegamesdb.lua
+++ b/src/lua-factory/sources/grl-thegamesdb.lua
@@ -231,6 +231,7 @@ function get_platform_name(mime_type, suffix)
     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'
+    platform_names['application/x-sega-pico-rom'] = 'Sega Pico'
     -- 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]