diff --git a/DS4Windows/DS4Control/ScpUtil.cs b/DS4Windows/DS4Control/ScpUtil.cs index 98c4913..358c7d0 100644 --- a/DS4Windows/DS4Control/ScpUtil.cs +++ b/DS4Windows/DS4Control/ScpUtil.cs @@ -674,7 +674,9 @@ namespace DS4Windows public bool useWhiteIcon; public bool flashWhenLate = true; public int flashWhenLateAt = 20; + // Cache whether profile has custom action public bool[] containsCustomAction = { false, false, false, false, false }; + // Cache whether profile has custom extras public bool[] containsCustomExtras = { false, false, false, false, false }; public int[] gyroSensitivity = { 100, 100, 100, 100, 100 }; public int[] gyroInvert = { 0, 0, 0, 0, 0 };