mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-26 11:04:21 +01:00
Changed flash warning interval in settings
This commit is contained in:
parent
84bf4759e6
commit
a5f51f78e9
@ -621,7 +621,7 @@ namespace DS4Windows
|
|||||||
public bool downloadLang = true;
|
public bool downloadLang = true;
|
||||||
public bool useWhiteIcon;
|
public bool useWhiteIcon;
|
||||||
public bool flashWhenLate = true;
|
public bool flashWhenLate = true;
|
||||||
public int flashWhenLateAt = 10;
|
public int flashWhenLateAt = 20;
|
||||||
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