Link to xinput 9.1.0 for compatibility with windows 7.

This commit is contained in:
Mr_Goldberg 2019-09-11 08:39:24 -04:00
parent 8b9e0e25ca
commit 141dfba191
No known key found for this signature in database
GPG Key ID: 8597D87419DEF278
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
# undef UNICODE
# include "windows.h"
# include "xinput.h"
# pragma comment(lib, "xinput.lib")
# pragma comment(lib, "XINPUT9_1_0.lib")
#elif defined(__linux__)
# include <linux/joystick.h>
# include <stdio.h>