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-03-14 19:21:06 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2017-03-14 19:21:06 +0300
commite611921d01a88946b13931cf83e17713e950e96d (patch)
tree58d1c11bc33c84311a5862439aa3f31620aaff1d /ConfigIni.cs
parent56a9336cab8361650aa3190e56e1f6620e9f79c7 (diff)
Games uploading via Clovershell
Diffstat (limited to 'ConfigIni.cs')
-rw-r--r--ConfigIni.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/ConfigIni.cs b/ConfigIni.cs
index eebb064f..a16c947d 100644
--- a/ConfigIni.cs
+++ b/ConfigIni.cs
@@ -64,7 +64,7 @@ namespace com.clusterrr.hakchi_gui
case "hiddengames":
HiddenGames = value;
break;
- case "customflashed":
+ case "custom2flashed":
CustomFlashed = !value.ToLower().Equals("false");
FirstRun = false;
break;
@@ -125,7 +125,7 @@ namespace com.clusterrr.hakchi_gui
configLines.Add("[Config]");
configLines.Add(string.Format("SelectedGames={0}", SelectedGames));
configLines.Add(string.Format("HiddenGames={0}", HiddenGames));
- configLines.Add(string.Format("CustomFlashed={0}", CustomFlashed));
+ configLines.Add(string.Format("Custom2Flashed={0}", CustomFlashed));
configLines.Add(string.Format("UseFont={0}", UseFont));
configLines.Add(string.Format("ResetHack={0}", ResetHack));
configLines.Add(string.Format("AutofireHack={0}", AutofireHack));