mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2025-01-11 15:59:08 +01:00
Removed unneeded device check
This commit is contained in:
parent
f1a10fb5ec
commit
3bd0e44dc5
@ -1319,7 +1319,7 @@ namespace DS4Windows
|
||||
SyntheticState deviceState = Mapping.deviceState[device];
|
||||
if (getProfileActionCount(device) > 0 || useTempProfile[device])
|
||||
MapCustomAction(device, cState, MappedState, eState, tp, ctrl, fieldMapping, outputfieldMapping);
|
||||
if (ctrl.DS4Controllers[device] == null) return;
|
||||
//if (ctrl.DS4Controllers[device] == null) return;
|
||||
|
||||
//cState.CopyTo(MappedState);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user