mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-22 17:29:18 +01:00
Corrected default for linkedProfileCheck
This commit is contained in:
parent
41d912b96f
commit
f0c0c51096
@ -248,7 +248,7 @@ namespace DS4Windows
|
|||||||
public static bool[] useTempProfile = new bool[5] { false, false, false, false, false };
|
public static bool[] useTempProfile = new bool[5] { false, false, false, false, false };
|
||||||
public static bool[] tempprofileDistance = new bool[5] { false, false, false, false, false };
|
public static bool[] tempprofileDistance = new bool[5] { false, false, false, false, false };
|
||||||
public static bool[] useDInputOnly = new bool[5] { true, true, true, true, true };
|
public static bool[] useDInputOnly = new bool[5] { true, true, true, true, true };
|
||||||
public static bool[] linkedProfileCheck = new bool[4] { true, true, true, true };
|
public static bool[] linkedProfileCheck = new bool[4] { false, false, false, false };
|
||||||
public static bool[] touchpadActive = new bool[5] { true, true, true, true, true };
|
public static bool[] touchpadActive = new bool[5] { true, true, true, true, true };
|
||||||
// Used to hold device type desired from Profile Editor
|
// Used to hold device type desired from Profile Editor
|
||||||
public static OutContType[] outDevTypeTemp = new OutContType[5] { DS4Windows.OutContType.X360, DS4Windows.OutContType.X360,
|
public static OutContType[] outDevTypeTemp = new OutContType[5] { DS4Windows.OutContType.X360, DS4Windows.OutContType.X360,
|
||||||
|
Loading…
Reference in New Issue
Block a user