mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-22 22:45:39 +00:00
Use older XInput
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <new>
|
||||
|
||||
#pragma comment(lib, "xinput.lib")
|
||||
#pragma comment(lib, "xinput9_1_0.lib")
|
||||
|
||||
void GpInputDriverXInput::ProcessInput()
|
||||
{
|
||||
@@ -179,5 +179,5 @@ void GpInputDriverXInput::ProcessAxisStateChange(int16_t prevState, int16_t newS
|
||||
|
||||
extern "C" __declspec(dllexport) IGpInputDriver *GpDriver_CreateInputDriver_XInput(const GpInputDriverProperties &properties)
|
||||
{
|
||||
return GpInputDriverXInput::Create(properties);
|
||||
return GpInputDriverXInput::Create(properties);
|
||||
}
|
||||
|
Reference in New Issue
Block a user