mirror of
https://github.com/libretro/ppsspp.git
synced 2024-11-27 18:30:56 +00:00
Define XUSER_MAX_COUNT for those who don't have the DirectX SDK
This commit is contained in:
parent
790451905b
commit
65a89d08b8
@ -3,6 +3,10 @@
|
||||
#include <limits.h>
|
||||
#include <iostream>
|
||||
|
||||
#ifndef XUSER_MAX_COUNT
|
||||
#define XUSER_MAX_COUNT 4
|
||||
#endif
|
||||
|
||||
XinputDevice::XinputDevice() {
|
||||
ZeroMemory( &this->prevState, sizeof(this->prevState) );
|
||||
this->check_delay = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user