Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/hakchi2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2017-02-22 17:47:06 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2017-02-22 17:47:06 +0300
commitd35f4af1e05434aacc644e4731e730d8bedfdfdb (patch)
treee51fa40dd40b583c91fc8ef5f818e8bdec13856c /Apps/GenesisGame.cs
parent1f1b664ee2edc43e99437dff1dd840398f8c8cf7 (diff)
Refactoring
Diffstat (limited to 'Apps/GenesisGame.cs')
-rw-r--r--Apps/GenesisGame.cs8
1 files changed, 8 insertions, 0 deletions
diff --git a/Apps/GenesisGame.cs b/Apps/GenesisGame.cs
index b97c7504..d6102b1c 100644
--- a/Apps/GenesisGame.cs
+++ b/Apps/GenesisGame.cs
@@ -6,6 +6,14 @@ namespace com.clusterrr.hakchi_gui
{
public class GenesisGame : NesMiniApplication
{
+ public override string GoogleSuffix
+ {
+ get
+ {
+ return "(genesis | mega drive)";
+ }
+ }
+
public GenesisGame(string path, bool ignoreEmptyConfig = false)
: base(path, ignoreEmptyConfig)
{