Merge pull request #4937 from german77/multiUDP

InputCommon: Add multiple udp server support
This commit is contained in:
bunnei
2020-12-01 11:47:37 -08:00
committed by GitHub
10 changed files with 420 additions and 267 deletions

View File

@ -178,9 +178,7 @@ struct Values {
Setting<bool> motion_enabled;
std::string motion_device;
std::string udp_input_address;
u16 udp_input_port;
u8 udp_pad_index;
std::string udp_input_servers;
bool mouse_enabled;
std::string mouse_device;