Exit GetPadDetailForIdx after processing null reference

Might be related to issue #326.
This commit is contained in:
Travis Nickles 2018-07-17 20:45:20 -05:00
parent 8d4c7d0c57
commit 605c700362

View File

@ -64,7 +64,7 @@ namespace DS4Windows
meta.Model = DsModel.None;
meta.BatteryStatus = 0;
meta.IsActive = false;
return;
//return meta;
}