all repos — mgba @ b0b0b464131d25c8cab45594db6137c589dfc71e

mGBA Game Boy Advance Emulator

SDL: Reduce rumble lag time
Jeffrey Pfau jeffrey@endrift.com
Tue, 04 Aug 2015 18:27:58 -0700
commit

b0b0b464131d25c8cab45594db6137c589dfc71e

parent

a6ff9f6c60e2b745a2e27323bf89bc4d2d08005e

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M src/platform/sdl/sdl-events.csrc/platform/sdl/sdl-events.c

@@ -22,7 +22,7 @@ #define GUI_MOD KMOD_CTRL

#endif #define GYRO_STEPS 100 -#define RUMBLE_PWM 35 +#define RUMBLE_PWM 20 #if SDL_VERSION_ATLEAST(2, 0, 0) static void _GBASDLSetRumble(struct GBARumble* rumble, int enable);