diff --git a/premake5.lua b/premake5.lua index 755b9556..cff8be3f 100644 --- a/premake5.lua +++ b/premake5.lua @@ -834,6 +834,9 @@ project "tool_lobby_connect" common_emu_defines, "NO_DISK_WRITES", "LOBBY_CONNECT", } + removedefines { + "CONTROLLER_SUPPORT", + } -- include dir @@ -863,6 +866,9 @@ project "tool_lobby_connect" common_files, 'tools/lobby_connect/lobby_connect.cpp' } + removefiles { + "controller/gamepad.c", + } -- Windows x32 common source files filter { "system:windows", "platforms:x32", "options:winrsrc", } files {