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:
Diffstat (limited to 'Apps/SnesGame.cs')
-rw-r--r--Apps/SnesGame.cs23
1 files changed, 0 insertions, 23 deletions
diff --git a/Apps/SnesGame.cs b/Apps/SnesGame.cs
deleted file mode 100644
index 2ff7cb99..00000000
--- a/Apps/SnesGame.cs
+++ /dev/null
@@ -1,23 +0,0 @@
-#pragma warning disable 0108
-using com.clusterrr.hakchi_gui.Properties;
-using System.Drawing;
-
-namespace com.clusterrr.hakchi_gui
-{
- public class SnesGame : NesMiniApplication
- {
- public override string GoogleSuffix
- {
- get
- {
- return "(snes | super nintendo)";
- }
- }
-
- public SnesGame(string path, bool ignoreEmptyConfig = false)
- : base(path, ignoreEmptyConfig)
- {
- }
- }
-}
-