Define XINPUT_DLL for MinGW

This commit is contained in:
darkf 2020-04-06 19:04:27 -07:00
parent ee81f18645
commit 1148f81c67
1 changed files with 5 additions and 0 deletions

View File

@ -38,6 +38,11 @@
#include "core\kernel\support\Emu.h"
#include "InputManager.h"
// For MinGW
#ifndef XINPUT_DLL
#define XINPUT_DLL "xinput1_3.dll"
#endif
#ifndef XINPUT_GAMEPAD_GUIDE
#define XINPUT_GAMEPAD_GUIDE 0x0400
#endif