poll DInput for number of joysticks instead of polling registry for num HID devices. Fixes us resetting INPUTMAN too early (after Windows sees the HID device but before DirectInput exposes it)
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
#define DIRECTINPUT_VERSION 0x0500
|
||||
#include <dinput.h>
|
||||
extern LPDIRECTINPUT dinput;
|
||||
extern LPDIRECTINPUT g_dinput;
|
||||
|
||||
#define INPUT_QSIZE 32
|
||||
|
||||
|
||||
Reference in New Issue
Block a user