mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator.git
synced 2024-11-23 20:38:07 +01:00
Link to xinput 9.1.0 for compatibility with windows 7.
This commit is contained in:
parent
8b9e0e25ca
commit
141dfba191
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
||||||
# undef UNICODE
|
# undef UNICODE
|
||||||
# include "windows.h"
|
# include "windows.h"
|
||||||
# include "xinput.h"
|
# include "xinput.h"
|
||||||
# pragma comment(lib, "xinput.lib")
|
# pragma comment(lib, "XINPUT9_1_0.lib")
|
||||||
#elif defined(__linux__)
|
#elif defined(__linux__)
|
||||||
# include <linux/joystick.h>
|
# include <linux/joystick.h>
|
||||||
# include <stdio.h>
|
# include <stdio.h>
|
||||||
|
|
Loading…
Reference in a new issue