This commit is contained in:
twinaphex 2018-01-21 01:44:18 +01:00
parent 49c399217d
commit 832cf07247

View File

@ -311,7 +311,7 @@ static void xdk_joypad_destroy(void)
#if defined(_XBOX1)
if (g_xinput_states[i].handle)
XInputClose(g_xinput_states[i].handle);
g_x_input_states[i].handle = 0;
g_xinput_states[i].handle = 0;
#endif
}
}