ref: fdbaa4e8e97d1f015c4b49d83408da220a098edf
parent: 976e2425fc40f05e5e4424a46ad565ffc77bd233
author: Clownacy <Clownacy@users.noreply.github.com>
date: Tue Jan 21 07:17:45 EST 2020
Fix controller support WTF is wrong with me why did I do cffc3af45e46b3c930b608c2ff956af1762fa08d
--- a/src/Input.cpp
+++ b/src/Input.cpp
@@ -29,6 +29,9 @@
{
SDL_InitSubSystem(SDL_INIT_JOYSTICK);
+ if (!HookAllDirectInputDevices())
+ return FALSE;
+
return TRUE;
}
--
⑨