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 'GameGenieCodeAddModForm.cs')
-rw-r--r--GameGenieCodeAddModForm.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/GameGenieCodeAddModForm.cs b/GameGenieCodeAddModForm.cs
index b99f2e09..b94892c1 100644
--- a/GameGenieCodeAddModForm.cs
+++ b/GameGenieCodeAddModForm.cs
@@ -57,7 +57,7 @@ namespace com.clusterrr.hakchi_gui
NesFile lGame = new NesFile(FGame.NesPath);
try
{
- lGame.PRG = GameGenie.Patch(lGame.PRG, textBoxCode.Text);
+ lGame.PRG = GameGeniePatcher.Patch(lGame.PRG, textBoxCode.Text);
}
catch (GameGenieFormatException)
{