mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2025-12-20 12:09:32 -06:00
Compare commits
1 Commits
main
...
remove-rum
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
37dbb2089f |
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user