mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-18 21:30:38 +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() {
|
void rumble() {
|
||||||
if (sSDLHaptic && isEnabled()) {
|
if (sSDLHaptic && isEnabled()) {
|
||||||
SDL_HapticRumblePlay(sSDLHaptic, 1.0, 40);
|
SDL_HapticRumblePlay(sSDLHaptic, 1.0, 1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user