Shut-up another warning

This commit is contained in:
Clownacy 2020-04-03 02:06:26 +01:00
parent dded47f921
commit d68fb53710

View file

@ -14,6 +14,8 @@ BOOL ControllerBackend_Init(void)
BOOL ControllerBackend_GetJoystickStatus(JOYSTICK_STATUS *status)
{
(void)status;
return FALSE;
}