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-10-10 10:17:00 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2017-10-10 10:17:00 +0300
commitc69fe813667edb0c3161c00ec3adfddaced2e375 (patch)
tree7ae9e32130722cb5927cbdc52de9480a95cde51f /Apps/ISupportsGameGenie.cs
parentd54bdf45f08e0772eb53de7ea2e18b69924804b2 (diff)
Added GameGenie for SNES but it glitchy and commented out
Diffstat (limited to 'Apps/ISupportsGameGenie.cs')
-rw-r--r--Apps/ISupportsGameGenie.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/Apps/ISupportsGameGenie.cs b/Apps/ISupportsGameGenie.cs
index 580572da..98803c6d 100644
--- a/Apps/ISupportsGameGenie.cs
+++ b/Apps/ISupportsGameGenie.cs
@@ -7,8 +7,6 @@ namespace com.clusterrr.hakchi_gui
{
interface ISupportsGameGenie
{
- string GameGeniePath { get; }
- string GameGenie { get; set; }
void ApplyGameGenie();
}
}