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-08 03:15:27 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2017-10-08 03:15:27 +0300
commita2f31929bcbfe91b3dade80e0f7b63ca3a3adb9d (patch)
tree6774490dd5b51b487146abcbfefa455050c13c9e /ConfigIni.cs
parent1eb07e299750fdfa2d840d444adda4784f4a3f58 (diff)
Power leak fix
Diffstat (limited to 'ConfigIni.cs')
-rw-r--r--ConfigIni.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigIni.cs b/ConfigIni.cs
index 11b6794a..a60dfdb0 100644
--- a/ConfigIni.cs
+++ b/ConfigIni.cs
@@ -33,7 +33,7 @@ namespace com.clusterrr.hakchi_gui
public static bool ResetHackNes = true;
public static bool ResetHackSnes = true;
public static uint ResetCombinationNes = (uint)(SelectNesButtonsForm.NesButtons.Down | SelectNesButtonsForm.NesButtons.Select);
- public static uint ResetCombinationSnes = (uint)(SelectSnesButtonsForm.SnesButtons.L | SelectSnesButtonsForm.SnesButtons.R | SelectSnesButtonsForm.SnesButtons.Select | SelectSnesButtonsForm.SnesButtons.Start);
+ public static uint ResetCombinationSnes = (uint)(SelectNesButtonsForm.NesButtons.Down | SelectNesButtonsForm.NesButtons.Select);
public static Dictionary<string, string> Presets = new Dictionary<string, string>();
public static string ExtraCommandLineArgumentsNes = "";
public static string ExtraCommandLineArgumentsSnes = "";