diff --git a/BetterJoyForCemu/App.config b/BetterJoyForCemu/App.config
index 3d483d4..de2fce0 100644
--- a/BetterJoyForCemu/App.config
+++ b/BetterJoyForCemu/App.config
@@ -117,5 +117,16 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/BetterJoyForCemu/Joycon.cs b/BetterJoyForCemu/Joycon.cs
index 90b8fee..69abe96 100644
--- a/BetterJoyForCemu/Joycon.cs
+++ b/BetterJoyForCemu/Joycon.cs
@@ -33,7 +33,8 @@ namespace BetterJoyForCemu {
RUMBLE,
SHAKE,
};
- public DebugType debug_type = DebugType.NONE;
+ public DebugType debug_type = (DebugType)int.Parse(ConfigurationManager.AppSettings["DebugType"]);
+ //public DebugType debug_type = DebugType.NONE; //Keep this for manual debugging during development.
public bool isLeft;
public enum state_ : uint {
NOT_ATTACHED,