mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2025-07-12 19:35:19 +02:00
fix gamepad.c linking on msys2
This commit is contained in:
parent
b2501ef457
commit
39a1449bfe
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@ local common_files = {
|
||||||
---------
|
---------
|
||||||
local common_link_win = {
|
local common_link_win = {
|
||||||
-- os specific
|
-- os specific
|
||||||
"Ws2_32", "Iphlpapi", "Wldap32", "Winmm", "Bcrypt", "Dbghelp",
|
"Ws2_32", "Iphlpapi", "Wldap32", "Winmm", "Bcrypt", "Dbghelp", "Xinput",
|
||||||
-- deps
|
-- deps
|
||||||
"ssq",
|
"ssq",
|
||||||
"zlibstatic",
|
"zlibstatic",
|
||||||
|
|
Loading…
Add table
Reference in a new issue