mirror of
https://github.com/libretro/RetroArch.git
synced 2024-12-13 20:33:22 +00:00
Buildfix
This commit is contained in:
parent
49c399217d
commit
832cf07247
@ -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
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user