- fixed: INPUT_XInput must also be available when compiling without XInput support so that the corresponding JoyDevice can be accessed.

This commit is contained in:
Christoph Oelckers 2015-07-15 14:44:37 +02:00
commit add52d48cd
2 changed files with 11 additions and 8 deletions

View file

@ -789,6 +789,8 @@ void I_StartupXInput()
#else // NO_XINPUT
#include "i_input.h"
void I_StartupXInput()
{
JoyDevices[INPUT_XInput] = NULL;