[grilo-plugins] thegamesdb: Add WonderSwan and WonderSwan Color support
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [grilo-plugins] thegamesdb: Add WonderSwan and WonderSwan Color support
- Date: Tue, 24 Apr 2018 13:14:57 +0000 (UTC)
commit f8b9bad19d522c2f8cd25bb3e56a02f348d26fa3
Author: Exalm <exalm7659 gmail com>
Date: Sun Apr 15 19:18:17 2018 +0500
thegamesdb: Add WonderSwan and WonderSwan Color support
Add WonderSwan and WonderSwan Color support via
'application/x-wonderswan-rom' and `application/x-wonderswan-color-rom'
MIME types.
https://bugzilla.gnome.org/show_bug.cgi?id=795275
src/lua-factory/sources/grl-thegamesdb.lua | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/lua-factory/sources/grl-thegamesdb.lua b/src/lua-factory/sources/grl-thegamesdb.lua
index f2fbfea..c39e425 100644
--- a/src/lua-factory/sources/grl-thegamesdb.lua
+++ b/src/lua-factory/sources/grl-thegamesdb.lua
@@ -232,6 +232,8 @@ function get_platform_name(mime_type, suffix)
platform_names['application/x-gamegear-rom'] = 'Sega Game Gear'
platform_names['application/x-wii-rom'] = 'Nintendo Wii'
platform_names['application/x-wii-wad'] = 'Nintendo Wii'
+ platform_names['application/x-wonderswan-rom'] = 'WonderSwan'
+ platform_names['application/x-wonderswan-color-rom'] = 'WonderSwan Color'
-- For disambiguation
if suffix and
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]