Revert "Buildfix"

This reverts commit 832cf07247.
This commit is contained in:
twinaphex 2018-01-21 01:48:21 +01:00
parent 832cf07247
commit 6c73cea470
1 changed files with 1 additions and 1 deletions

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_xinput_states[i].handle = 0;
g_x_input_states[i].handle = 0;
#endif
}
}