[grilo-plugins] thegamesdb: Add Virtual Boy support



commit 2f119e1272394afba3634ab5bdbd3b9991571c35
Author: Exalm <exalm7659 gmail com>
Date:   Tue May 8 21:30:56 2018 +0500

    thegamesdb: Add Virtual Boy support
    
    Support Virtual Boy games via 'application/x-virtual-boy-rom' MIME type.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=795943

 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 53cdcbf..5365f89 100644
--- a/src/lua-factory/sources/grl-thegamesdb.lua
+++ b/src/lua-factory/sources/grl-thegamesdb.lua
@@ -229,6 +229,7 @@ function get_platform_name(mime_type, suffix)
     -- 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'
+    platform_names['application/x-virtual-boy-rom'] = 'Nintendo Virtual Boy'
     platform_names['application/x-wii-rom'] = 'Nintendo Wii'
     platform_names['application/x-wii-wad'] = 'Nintendo Wii'
     platform_names['application/x-wonderswan-rom'] = 'WonderSwan'


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