[grilo-plugins] thegamesdb: Add Neo-Geo Pocket Color support
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [grilo-plugins] thegamesdb: Add Neo-Geo Pocket Color support
- Date: Tue, 24 Apr 2018 13:15:02 +0000 (UTC)
commit 132f6c4af8ac945795520f239d7290c8fd899caa
Author: Exalm <exalm7659 gmail com>
Date: Sun Apr 15 19:20:19 2018 +0500
thegamesdb: Add Neo-Geo Pocket Color support
Add Neo-Geo Pocket Color support via the
'application/x-neo-geo-pocket-color-rom' MIME type:
https://bugs.freedesktop.org/show_bug.cgi?id=106055
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 c39e425..888762e 100644
--- a/src/lua-factory/sources/grl-thegamesdb.lua
+++ b/src/lua-factory/sources/grl-thegamesdb.lua
@@ -220,6 +220,7 @@ function get_platform_name(mime_type, suffix)
platform_names['application/x-genesis-32x-rom'] = 'Sega 32X'
platform_names['application/x-n64-rom'] = 'Nintendo 64'
platform_names['application/x-neo-geo-pocket-rom'] = 'Neo Geo Pocket'
+ platform_names['application/x-neo-geo-pocket-color-rom'] = 'Neo Geo Pocket Color'
platform_names['application/x-nes-rom'] = 'Nintendo Entertainment System (NES)'
platform_names['application/x-nintendo-ds-rom'] = 'Nintendo DS'
platform_names['application/x-pc-engine-rom'] = 'TurboGrafx 16'
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]