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
path: root/Apps
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2017-03-17 02:31:15 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2017-03-17 02:31:15 +0300
commite39f305eb9198b0a02ead751ea5d501a87bcf3c1 (patch)
tree662e8548851ec0361074f3b71429b25066daa066 /Apps
parent7b7b043985365e370bb58333b9bf1ded7e44fe71 (diff)
Settings bugfix, rc1
Diffstat (limited to 'Apps')
-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()