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-06 22:33:08 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2017-10-06 22:33:08 +0300
commitdf662d88330b8b678b0615702205328e012a8026 (patch)
treed0a5ad492acb1858b87307df35a2cd1726707644 /SnesPresetEditor.cs
parent3a7111a4c8cb629e0c96dfb50842fb4ef3979eed (diff)
Mods are fixed for SNES Mini
Diffstat (limited to 'SnesPresetEditor.cs')
-rw-r--r--SnesPresetEditor.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/SnesPresetEditor.cs b/SnesPresetEditor.cs
index 2a31a0c4..5faebd89 100644
--- a/SnesPresetEditor.cs
+++ b/SnesPresetEditor.cs
@@ -34,6 +34,7 @@ namespace com.clusterrr.hakchi_gui
{
Debug.WriteLine(ex.Message + ex.StackTrace);
MessageBox.Show(this, ex.Message, Resources.Error, MessageBoxButtons.OK, MessageBoxIcon.Error);
+ Close();
}
}