mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-22 09:19:18 +01:00
Force initial lightbar color change on profile load
This commit is contained in:
parent
71ceae1e0c
commit
23c38f4a3d
@ -5017,6 +5017,7 @@ namespace DS4Windows
|
||||
|
||||
tempDev.RumbleAutostopTime = rumbleAutostopTime[device];
|
||||
tempDev.setRumble(0, 0);
|
||||
tempDev.LightBarColor = Global.getMainColor(device);
|
||||
});
|
||||
|
||||
Program.rootHub.touchPad[device]?.ResetTrackAccel(trackballFriction[device]);
|
||||
|
Loading…
Reference in New Issue
Block a user