- 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:
parent
47303b26c7
commit
add52d48cd
2 changed files with 11 additions and 8 deletions
|
|
@ -789,6 +789,8 @@ void I_StartupXInput()
|
|||
|
||||
#else // NO_XINPUT
|
||||
|
||||
#include "i_input.h"
|
||||
|
||||
void I_StartupXInput()
|
||||
{
|
||||
JoyDevices[INPUT_XInput] = NULL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue