|
@@ -2492,7 +2492,7 @@ bool SDL_IsJoystickBeingAdded(void)
|
|
|
|
|
|
|
|
void SDL_PrivateJoystickForceRecentering(SDL_Joystick *joystick)
|
|
void SDL_PrivateJoystickForceRecentering(SDL_Joystick *joystick)
|
|
|
{
|
|
{
|
|
|
- Uint8 i, j;
|
|
|
|
|
|
|
+ int i, j;
|
|
|
Uint64 timestamp = SDL_GetTicksNS();
|
|
Uint64 timestamp = SDL_GetTicksNS();
|
|
|
|
|
|
|
|
SDL_AssertJoysticksLocked();
|
|
SDL_AssertJoysticksLocked();
|