Removed unneeded device check

This commit is contained in:
Travis Nickles 2019-03-08 17:09:36 -06:00
parent f1a10fb5ec
commit 3bd0e44dc5

View File

@ -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);