mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 22:47:03 +00:00
Qt/Input: keep LED colors when setting vibration and merge pad functions
This commit is contained in:
parent
5760aa2e57
commit
fb1d8cb548
11 changed files with 43 additions and 58 deletions
|
|
@ -478,7 +478,7 @@ void evdev_joystick_handler::SetRumble(EvdevDevice* device, u16 large, u16 small
|
|||
device->force_small = small;
|
||||
}
|
||||
|
||||
void evdev_joystick_handler::TestVibration(const std::string& padId, u32 largeMotor, u32 smallMotor)
|
||||
void evdev_joystick_handler::SetPadData(const std::string& padId, u32 largeMotor, u32 smallMotor, s32/* r*/, s32/* g*/, s32/* b*/)
|
||||
{
|
||||
// Get our evdev device
|
||||
EvdevDevice* dev = get_device(padId);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue