[grilo-plugins/wip/hadess/gamesdb-new-mime-types: 2/2] thegamesdb: Use Sega Pico registered MIME type
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [grilo-plugins/wip/hadess/gamesdb-new-mime-types: 2/2] thegamesdb: Use Sega Pico registered MIME type
- Date: Mon, 1 Oct 2018 13:59:42 +0000 (UTC)
commit a793941f11678fdc44f67ecdc9cb4ebc375ab40e
Author: Adrien Plazas <kekun plazas laposte net>
Date: Thu Aug 25 15:35:46 2016 +0200
thegamesdb: Use Sega Pico registered MIME type
Use the 'application/x-sega-pico-rom' MIME type as it has been added to
shared-mime-info.
See https://bugzilla.gnome.org/show_bug.cgi?id=770391
Closes: #34
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 9d40033..598d6df 100644
--- a/src/lua-factory/sources/grl-thegamesdb.lua
+++ b/src/lua-factory/sources/grl-thegamesdb.lua
@@ -231,6 +231,7 @@ function get_platform_name(mime_type, suffix)
platform_names['application/x-saturn-rom'] = 'Sega Saturn'
platform_names['application/x-sega-cd-rom'] = 'Sega CD'
platform_names['application/x-sg1000-rom'] = 'SEGA SG-1000'
+ platform_names['application/x-sega-pico-rom'] = 'Sega Pico'
-- 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'
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]