mirror of
https://github.com/libretro/RetroArch
synced 2025-03-01 07:13:35 +00:00
dinput.c - buildfix
This commit is contained in:
parent
128095c045
commit
f21a9f2fd2
@ -106,7 +106,7 @@ bool dinput_init_context(void)
|
||||
(void**)&g_dinput_ctx, NULL)));
|
||||
#endif
|
||||
|
||||
if (!context_succeeded)
|
||||
if (!context_initialized)
|
||||
goto error;
|
||||
|
||||
return true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user