From 773b90ebe17ea453f71ab6f3d12f00bcd95ffa02 Mon Sep 17 00:00:00 2001 From: Travis Nickles Date: Thu, 6 Apr 2017 19:53:12 -0700 Subject: [PATCH] Add details back for multiaction --- DS4Windows/DS4Control/ScpUtil.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/DS4Windows/DS4Control/ScpUtil.cs b/DS4Windows/DS4Control/ScpUtil.cs index 6179cd7..abf9384 100644 --- a/DS4Windows/DS4Control/ScpUtil.cs +++ b/DS4Windows/DS4Control/ScpUtil.cs @@ -2602,6 +2602,7 @@ namespace DS4Windows else if (type == "MultiAction") { typeID = ActionTypeId.MultiAction; + this.details = details; } else if (type == "XboxGameDVR") {