Fix controller support

WTF is wrong with me why did I do cffc3af45e
This commit is contained in:
Clownacy 2020-01-21 12:17:45 +00:00
parent 976e2425fc
commit fdbaa4e8e9

View file

@ -29,6 +29,9 @@ BOOL InitDirectInput(void)
{
SDL_InitSubSystem(SDL_INIT_JOYSTICK);
if (!HookAllDirectInputDevices())
return FALSE;
return TRUE;
}