mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2025-02-02 18:12:32 +01:00
Removed unnecessary method call
This commit is contained in:
parent
d363257205
commit
0fc12c1038
@ -473,7 +473,6 @@ namespace DS4Windows
|
|||||||
CheckForHotkeys(ind, cState, pState);
|
CheckForHotkeys(ind, cState, pState);
|
||||||
if (eastertime)
|
if (eastertime)
|
||||||
EasterTime(ind);
|
EasterTime(ind);
|
||||||
GetInputkeys(ind);
|
|
||||||
/*if (LSCurve[ind] != 0 || RSCurve[ind] != 0 || LSDeadzone[ind] != 0 || RSDeadzone[ind] != 0 ||
|
/*if (LSCurve[ind] != 0 || RSCurve[ind] != 0 || LSDeadzone[ind] != 0 || RSDeadzone[ind] != 0 ||
|
||||||
L2Deadzone[ind] != 0 || R2Deadzone[ind] != 0 || LSSens[ind] != 0 || RSSens[ind] != 0 ||
|
L2Deadzone[ind] != 0 || R2Deadzone[ind] != 0 || LSSens[ind] != 0 || RSSens[ind] != 0 ||
|
||||||
L2Sens[ind] != 0 || R2Sens[ind] != 0) //if a curve or deadzone is in place
|
L2Sens[ind] != 0 || R2Sens[ind] != 0) //if a curve or deadzone is in place
|
||||||
@ -485,6 +484,7 @@ namespace DS4Windows
|
|||||||
Mapping.MapCustom(ind, cState, MappedState[ind], ExposedState[ind], touchPad[ind], this);
|
Mapping.MapCustom(ind, cState, MappedState[ind], ExposedState[ind], touchPad[ind], this);
|
||||||
cState = MappedState[ind];
|
cState = MappedState[ind];
|
||||||
}
|
}
|
||||||
|
|
||||||
//if (HasCustomExtras(ind))
|
//if (HasCustomExtras(ind))
|
||||||
// DoExtras(ind);
|
// DoExtras(ind);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user