[gnome-games] retro: Add missing platform names
- From: Adrien Plazas <aplazas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-games] retro: Add missing platform names
- Date: Thu, 25 May 2017 07:24:58 +0000 (UTC)
commit 32d11e3199b2ccf485fafa9d2812fcc4476717b2
Author: Adrien Plazas <kekun plazas laposte net>
Date: Thu May 25 09:23:13 2017 +0200
retro: Add missing platform names
Add names for Atari Lynx, WonderSwan and WonderSwan Color.
src/retro/retro-platform.vala | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/src/retro/retro-platform.vala b/src/retro/retro-platform.vala
index 226e84a..0a0d68e 100644
--- a/src/retro/retro-platform.vala
+++ b/src/retro/retro-platform.vala
@@ -11,6 +11,8 @@ namespace Games.RetroPlatform {
return _("Atari 5200");
case "Atari7800":
return _("Atari 7800");
+ case "AtariLynx":
+ return _("Atari Lynx");
case "DOOM":
return _("DOOM");
case "Dreamcast":
@@ -92,6 +94,10 @@ namespace Games.RetroPlatform {
return _("Wii U");
case "WiiWare":
return _("WiiWare");
+ case "WonderSwan":
+ return _("WonderSwan");
+ case "WonderSwanColor":
+ return _("WonderSwan Color");
default:
return null;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]