mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2026-01-31 01:15:16 +01:00
Force initial lightbar color change on profile load
This commit is contained in:
@@ -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]);
|
||||
|
||||
Reference in New Issue
Block a user