mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-29 12:34:18 +01:00
Fix profile action
This commit is contained in:
parent
773b90ebe1
commit
1a39c00a01
@ -2575,6 +2575,11 @@ namespace DS4Windows
|
|||||||
else if (type == "Profile")
|
else if (type == "Profile")
|
||||||
{
|
{
|
||||||
typeID = ActionTypeId.Profile;
|
typeID = ActionTypeId.Profile;
|
||||||
|
this.details = details;
|
||||||
|
if (extras != string.Empty)
|
||||||
|
{
|
||||||
|
extra = extras;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
else if (type == "Macro")
|
else if (type == "Macro")
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user