[grilo-plugins] thegamesdb: Add Atari Lynx support
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [grilo-plugins] thegamesdb: Add Atari Lynx support
- Date: Tue, 24 Apr 2018 13:14:47 +0000 (UTC)
commit caeb5dc7b5b68e91afd4ae7146a01944e34c37be
Author: Exalm <exalm7659 gmail com>
Date: Sun Apr 15 19:12:05 2018 +0500
thegamesdb: Add Atari Lynx support
Add Atari Lynx support via the 'application/x-atari-lynx-rom' 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 3d285b4..f17b41c 100644
--- a/src/lua-factory/sources/grl-thegamesdb.lua
+++ b/src/lua-factory/sources/grl-thegamesdb.lua
@@ -209,6 +209,7 @@ function get_platform_name(mime_type, suffix)
platform_names['application/x-atari-2600-rom'] = 'Atari 2600'
platform_names['application/x-atari-5200-rom'] = 'Atari 5200'
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-gameboy-rom'] = 'Nintendo Game Boy'
platform_names['application/x-gameboy-color-rom'] = 'Nintendo Game Boy Color'
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]