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 /GameGenieCodeAddModForm.cs
parentd54bdf45f08e0772eb53de7ea2e18b69924804b2 (diff)
Added GameGenie for SNES but it glitchy and commented out
Diffstat (limited to 'GameGenieCodeAddModForm.cs')
-rw-r--r--GameGenieCodeAddModForm.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/GameGenieCodeAddModForm.cs b/GameGenieCodeAddModForm.cs
index 99049933..22e21b69 100644
--- a/GameGenieCodeAddModForm.cs
+++ b/GameGenieCodeAddModForm.cs
@@ -53,7 +53,7 @@ namespace com.clusterrr.hakchi_gui
{
FGame.CopyTo(tmpPath);
var lGame = NesMiniApplication.FromDirectory(tmpPath);
- (lGame as ISupportsGameGenie).GameGenie = textBoxCode.Text;
+ (lGame as NesMiniApplication).GameGenie = textBoxCode.Text;
lGame.Save();
(lGame as ISupportsGameGenie).ApplyGameGenie();
}