mirror of
https://github.com/halpz/re3.git
synced 2026-01-20 09:59:30 +00:00
Island loading cleanup and fix
This commit is contained in:
@@ -11,7 +11,11 @@
|
||||
#include "platform.h"
|
||||
#ifdef XINPUT
|
||||
#include <xinput.h>
|
||||
#if !defined(PSAPI_VERSION) || (PSAPI_VERSION > 1)
|
||||
#pragma comment( lib, "Xinput9_1_0.lib" )
|
||||
#else
|
||||
#pragma comment( lib, "Xinput.lib" )
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include "Pad.h"
|
||||
|
||||
Reference in New Issue
Block a user