1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-08-28 23:16:30 -05:00

Add multiple udp server support

This commit is contained in:
german
2020-11-17 22:16:29 -06:00
parent 0e15c68f54
commit 2c2b586d86
10 changed files with 420 additions and 267 deletions

View File

@@ -174,9 +174,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;