mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-26 11:04:21 +01:00
Don't persist current blank state. Method should probably be renamed
Related to issue #474
This commit is contained in:
parent
cadcaf57a2
commit
4c1ef2b63c
@ -1031,7 +1031,6 @@ namespace DS4Windows
|
|||||||
// Use Task to reset device synth state and commit it
|
// Use Task to reset device synth state and commit it
|
||||||
Task.Run(() =>
|
Task.Run(() =>
|
||||||
{
|
{
|
||||||
Mapping.deviceState[ind].SavePrevious(true);
|
|
||||||
Mapping.Commit(ind);
|
Mapping.Commit(ind);
|
||||||
}).Wait();
|
}).Wait();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user