mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2024-11-23 19:25:35 +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 = {
|
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…
Reference in New Issue
Block a user