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/NesGame.cs')
-rw-r--r--Apps/NesGame.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Apps/NesGame.cs b/Apps/NesGame.cs
index 652bcfed..a76b943a 100644
--- a/Apps/NesGame.cs
+++ b/Apps/NesGame.cs
@@ -185,7 +185,7 @@ namespace com.clusterrr.hakchi_gui
else
File.Delete(GameGeniePath);
}
- return this.hasUnsavedChanges || base.Save();
+ return base.Save() || this.hasUnsavedChanges;
}
public void ApplyGameGenie()