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