[grilo-plugins] thegamesdb: Add Sega CD support



commit 0e4e016c5940c065060ffa567211f1ea511586ed
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Sun Jul 31 15:31:46 2016 +0200

    thegamesdb: Add Sega CD support
    
    Add Sega CD support via the 'application/x-sega-cd-rom' MIME type.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=769356

 src/lua-factory/sources/grl-thegamesdb.lua |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/lua-factory/sources/grl-thegamesdb.lua b/src/lua-factory/sources/grl-thegamesdb.lua
index 311714f..cc71ed1 100644
--- a/src/lua-factory/sources/grl-thegamesdb.lua
+++ b/src/lua-factory/sources/grl-thegamesdb.lua
@@ -218,6 +218,7 @@ function get_platform_name(mime_type, suffix)
     platform_names['application/x-nintendo-ds-rom'] = 'Nintendo DS'
     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'
     -- Also represents 'Sega Game Gear'
     platform_names['application/x-sms-rom'] = 'Sega Master System'
     platform_names['application/x-wii-rom'] = 'Nintendo Wii'


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