Merge pull request #3236 from Hinsbart/xinput_define_
define XUSER_MAX_COUNT if not present
This commit is contained in:
commit
4ab6271f1a
|
@ -44,6 +44,9 @@ if(x != NULL) \
|
|||
}
|
||||
#endif
|
||||
|
||||
#ifndef XUSER_MAX_COUNT
|
||||
#define XUSER_MAX_COUNT 4
|
||||
#endif
|
||||
|
||||
class joystick_windows
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue