SDL: Reduce rumble lag time

This commit is contained in:
Jeffrey Pfau 2015-08-04 18:27:58 -07:00
parent a6ff9f6c60
commit b0b0b46413
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
#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);