mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2025-08-08 16:45:34 +02:00
remove controller support from lobby_connect tool
This commit is contained in:
parent
baeabff6ec
commit
89f4c7bb62
1 changed files with 6 additions and 0 deletions
|
@ -834,6 +834,9 @@ project "tool_lobby_connect"
|
||||||
common_emu_defines,
|
common_emu_defines,
|
||||||
"NO_DISK_WRITES", "LOBBY_CONNECT",
|
"NO_DISK_WRITES", "LOBBY_CONNECT",
|
||||||
}
|
}
|
||||||
|
removedefines {
|
||||||
|
"CONTROLLER_SUPPORT",
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
-- include dir
|
-- include dir
|
||||||
|
@ -863,6 +866,9 @@ project "tool_lobby_connect"
|
||||||
common_files,
|
common_files,
|
||||||
'tools/lobby_connect/lobby_connect.cpp'
|
'tools/lobby_connect/lobby_connect.cpp'
|
||||||
}
|
}
|
||||||
|
removefiles {
|
||||||
|
"controller/gamepad.c",
|
||||||
|
}
|
||||||
-- Windows x32 common source files
|
-- Windows x32 common source files
|
||||||
filter { "system:windows", "platforms:x32", "options:winrsrc", }
|
filter { "system:windows", "platforms:x32", "options:winrsrc", }
|
||||||
files {
|
files {
|
||||||
|
|
Loading…
Add table
Reference in a new issue