mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-26 11:04:21 +01:00
Minor doc
This commit is contained in:
parent
f103d955f6
commit
ac4017fea2
@ -674,7 +674,9 @@ namespace DS4Windows
|
|||||||
public bool useWhiteIcon;
|
public bool useWhiteIcon;
|
||||||
public bool flashWhenLate = true;
|
public bool flashWhenLate = true;
|
||||||
public int flashWhenLateAt = 20;
|
public int flashWhenLateAt = 20;
|
||||||
|
// Cache whether profile has custom action
|
||||||
public bool[] containsCustomAction = { false, false, false, false, false };
|
public bool[] containsCustomAction = { false, false, false, false, false };
|
||||||
|
// Cache whether profile has custom extras
|
||||||
public bool[] containsCustomExtras = { false, false, false, false, false };
|
public bool[] containsCustomExtras = { false, false, false, false, false };
|
||||||
public int[] gyroSensitivity = { 100, 100, 100, 100, 100 };
|
public int[] gyroSensitivity = { 100, 100, 100, 100, 100 };
|
||||||
public int[] gyroInvert = { 0, 0, 0, 0, 0 };
|
public int[] gyroInvert = { 0, 0, 0, 0, 0 };
|
||||||
|
Loading…
Reference in New Issue
Block a user