We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7243fdc commit 63173cdCopy full SHA for 63173cd
src/joystick/wiiu/SDL_wiiujoystick.c
@@ -457,6 +457,7 @@ static void WIIU_JoystickUpdate(SDL_Joystick *joystick)
457
SDL_PrivateJoystickRemoved(joystick->instance_id);
458
/* Unlink Gamepad, device_index, instance_id */
459
WIIU_RemoveDevice(WIIU_DEVICE_GAMEPAD);
460
+ return;
461
} else if (error != VPAD_READ_SUCCESS) {
462
return;
463
}
0 commit comments