mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-26 02:54:20 +01:00
Add details back for multiaction
This commit is contained in:
parent
91f36e4297
commit
773b90ebe1
@ -2602,6 +2602,7 @@ namespace DS4Windows
|
|||||||
else if (type == "MultiAction")
|
else if (type == "MultiAction")
|
||||||
{
|
{
|
||||||
typeID = ActionTypeId.MultiAction;
|
typeID = ActionTypeId.MultiAction;
|
||||||
|
this.details = details;
|
||||||
}
|
}
|
||||||
else if (type == "XboxGameDVR")
|
else if (type == "XboxGameDVR")
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user