mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-11-27 03:24:15 +01:00
fix
This commit is contained in:
parent
1082b13830
commit
5acbf9ef59
@ -10,7 +10,6 @@
|
||||
#include "crossplatform.h"
|
||||
#include "platform.h"
|
||||
#ifdef XINPUT
|
||||
#if defined _MSC_VER && !defined CMAKE_NO_AUTOLINK
|
||||
#include <xinput.h>
|
||||
#if !defined(PSAPI_VERSION) || (PSAPI_VERSION > 1)
|
||||
#pragma comment( lib, "Xinput9_1_0.lib" )
|
||||
@ -18,7 +17,6 @@
|
||||
#pragma comment( lib, "Xinput.lib" )
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include "Pad.h"
|
||||
#include "ControllerConfig.h"
|
||||
|
Loading…
Reference in New Issue
Block a user