define XUSER_MAX_COUNT if not present
This commit is contained in:
parent
3d0bd1a3f3
commit
3f64fd64eb
|
@ -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