Add details back for multiaction

This commit is contained in:
Travis Nickles 2017-04-06 19:53:12 -07:00
parent 91f36e4297
commit 773b90ebe1

View File

@ -2602,6 +2602,7 @@ namespace DS4Windows
else if (type == "MultiAction")
{
typeID = ActionTypeId.MultiAction;
this.details = details;
}
else if (type == "XboxGameDVR")
{