mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2024-11-23 11:15:34 +08:00
fix gamepad.c linking on msys2
This commit is contained in:
parent
b2501ef457
commit
39a1449bfe
@ -201,7 +201,7 @@ local common_files = {
|
||||
---------
|
||||
local common_link_win = {
|
||||
-- os specific
|
||||
"Ws2_32", "Iphlpapi", "Wldap32", "Winmm", "Bcrypt", "Dbghelp",
|
||||
"Ws2_32", "Iphlpapi", "Wldap32", "Winmm", "Bcrypt", "Dbghelp", "Xinput",
|
||||
-- deps
|
||||
"ssq",
|
||||
"zlibstatic",
|
||||
|
Loading…
Reference in New Issue
Block a user