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
path: root/Apps
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2017-10-12 14:21:33 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2017-10-12 14:21:33 +0300
commit4e8c0541b367462cbc0ef36f3524aeeede454511 (patch)
treeff62868faa8a0108680656e1a4a9f45d97f62cdb /Apps
parent6bbdcdab42bae2cb94f2633d01e7e12116a997f3 (diff)
Garbage cleanup
Diffstat (limited to 'Apps')
-rw-r--r--Apps/SnesGame.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Apps/SnesGame.cs b/Apps/SnesGame.cs
index 185159f5..83989559 100644
--- a/Apps/SnesGame.cs
+++ b/Apps/SnesGame.cs
@@ -140,6 +140,7 @@ namespace com.clusterrr.hakchi_gui
{ "WORLD MASTERS GOLF" }, // World Masters Golf (E).smc
{ "WWF SUPER WRESTLEMANI" }, // WWF Super WrestleMania (U) [!].smc
{ "WRESTLEMANIA" }, // WWF WrestleMania - The Arcade Game (U) [!].smc
+ { "SENSIBLE SOCCER" }, // Sensible Soccer - International Edition (E).smc
};
private static Dictionary<uint, CachedGameInfo> gameInfoCache = null;