mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-22 19:18:30 +00:00
Fixed build
This commit is contained in:
@@ -1322,7 +1322,7 @@ RAWINPUT_JoystickRumbleTriggers(SDL_Joystick *joystick, Uint16 left_rumble, Uint
|
|||||||
if (!SUCCEEDED(hr)) {
|
if (!SUCCEEDED(hr)) {
|
||||||
return SDL_SetError("Setting vibration failed: 0x%lx\n", hr);
|
return SDL_SetError("Setting vibration failed: 0x%lx\n", hr);
|
||||||
}
|
}
|
||||||
return 0:
|
return 0;
|
||||||
} else {
|
} else {
|
||||||
return SDL_SetError("Controller isn't correlated yet, try hitting a button first");
|
return SDL_SetError("Controller isn't correlated yet, try hitting a button first");
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user