parent
bc3d9e99f3
commit
3e4d7e48b0
|
@ -552,6 +552,12 @@ void SDL_XINPUT_JoystickClose(SDL_Joystick *joystick)
|
||||||
|
|
||||||
void SDL_XINPUT_JoystickQuit(void)
|
void SDL_XINPUT_JoystickQuit(void)
|
||||||
{
|
{
|
||||||
|
int iuserid;
|
||||||
|
|
||||||
|
for (iuserid = 0; iuserid < XUSER_MAX_COUNT; ++iuserid) {
|
||||||
|
DelXInputDevice(iuserid);
|
||||||
|
}
|
||||||
|
|
||||||
if (s_bXInputEnabled) {
|
if (s_bXInputEnabled) {
|
||||||
WIN_UnloadXInputDLL();
|
WIN_UnloadXInputDLL();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue