[grilo-plugins/wip/hadess/gamesdb-new-mime-types: 3/3] 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: 3/3] thegamesdb: Use Sega Pico registered MIME type
- Date: Thu, 24 Jan 2019 16:23:32 +0000 (UTC)
commit a4f3a4ab03d165af279a9882a85035b3f28c0ae8
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]