mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2025-04-28 21:37:58 +03:00
Merge 37dbb2089f
into e4c43ae3b1
This commit is contained in:
commit
788dbb6923
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ public:
|
|||
|
||||
this->vibration = vibration;
|
||||
|
||||
SDL_GameControllerRumble(controller, vibration.wLeftMotorSpeed * 256, vibration.wRightMotorSpeed * 256, VIBRATION_TIMEOUT_MS);
|
||||
SDL_GameControllerRumble(controller, vibration.wLeftMotorSpeed, vibration.wRightMotorSpeed, VIBRATION_TIMEOUT_MS);
|
||||
}
|
||||
|
||||
void SetLED(const uint8_t r, const uint8_t g, const uint8_t b) const
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue