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
commit 25f650e075
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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;