mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-05-11 05:44:15 -05:00
mingw: add missing define for XINPUT_DLL
This commit is contained in:
parent
27324006ca
commit
a55a37aef8
|
|
@ -7,6 +7,12 @@
|
|||
#define XINPUT_GAMEPAD_GUIDE 0x0400
|
||||
#endif
|
||||
|
||||
#if defined(__MINGW32__)
|
||||
#ifndef XINPUT_DLL
|
||||
#define XINPUT_DLL L"xinput1_4.dll"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
namespace ciface::XInput
|
||||
{
|
||||
struct ButtonDef
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user