[grilo-plugins] thegamesdb: Add Famicom Disk System support



commit c066a6a8451e610ab0f42701f8adba4fc9d84729
Author: Exalm <exalm7659 gmail com>
Date:   Sun Apr 15 19:13:18 2018 +0500

    thegamesdb: Add Famicom Disk System support
    
    Add FDS support via the 'application/x-fds-disk' MIME type.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=795275

 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 f17b41c..f2fbfea 100644
--- a/src/lua-factory/sources/grl-thegamesdb.lua
+++ b/src/lua-factory/sources/grl-thegamesdb.lua
@@ -211,6 +211,7 @@ function get_platform_name(mime_type, suffix)
     platform_names['application/x-atari-7800-rom'] = 'Atari 7800'
     platform_names['application/x-atari-lynx-rom'] = 'Atari Lynx'
     platform_names['application/x-dc-rom'] = 'Sega Dreamcast'
+    platform_names['application/x-fds-disk'] = 'Famicom Disk System'
     platform_names['application/x-gameboy-rom'] = 'Nintendo Game Boy'
     platform_names['application/x-gameboy-color-rom'] = 'Nintendo Game Boy Color'
     platform_names['application/x-gamecube-rom'] = 'Nintendo GameCube'


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