mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-22 17:29:18 +01:00
Do not need temp profile index for some properties
This commit is contained in:
parent
cbee3dd74c
commit
e1efb2bb5b
@ -644,8 +644,8 @@ namespace DS4Windows
|
|||||||
|
|
||||||
public bool[] lag = { false, false, false, false };
|
public bool[] lag = { false, false, false, false };
|
||||||
public bool[] inWarnMonitor = { false, false, false, false };
|
public bool[] inWarnMonitor = { false, false, false, false };
|
||||||
private byte[] currentBattery = { 0, 0, 0, 0, 0 };
|
private byte[] currentBattery = { 0, 0, 0, 0 };
|
||||||
private bool[] charging = { false, false, false, false, false };
|
private bool[] charging = { false, false, false, false };
|
||||||
|
|
||||||
// Called every time a new input report has arrived
|
// Called every time a new input report has arrived
|
||||||
protected virtual void On_Report(object sender, EventArgs e)
|
protected virtual void On_Report(object sender, EventArgs e)
|
||||||
|
Loading…
Reference in New Issue
Block a user