mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2025-04-28 13:27:58 +03:00
Remove rumble multiplication.
This commit is contained in:
parent
325e4d34a0
commit
37dbb2089f
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