mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 06:26:49 +00:00
DS3/DS4: fix battery LED update
This commit is contained in:
parent
dbb03ae2d7
commit
3e7e077fad
2 changed files with 2 additions and 0 deletions
|
|
@ -894,6 +894,7 @@ void ds4_pad_handler::apply_pad_data(const std::shared_ptr<PadDevice>& device, c
|
|||
config->colorG.set(combined_color & 0xff);
|
||||
config->colorB.set(0);
|
||||
ds4_dev->new_output_data = true;
|
||||
ds4_dev->last_battery_level = ds4_dev->battery_level;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue