mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
[ion/simulator] Reduce rumble from 40 ms to 1 ms
Waaaay better on Android, simulator is usable (Look like RetroArch, even if I didn't copy the parameters)
This commit is contained in:
@@ -26,7 +26,7 @@ void shutdown() {
|
||||
|
||||
void rumble() {
|
||||
if (sSDLHaptic && isEnabled()) {
|
||||
SDL_HapticRumblePlay(sSDLHaptic, 1.0, 40);
|
||||
SDL_HapticRumblePlay(sSDLHaptic, 1.0, 1);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user