summaryrefslogtreecommitdiff
path: root/src/core/settings.h
diff options
context:
space:
mode:
authorgerman <german@thesoftwareartisans.com>2020-11-17 22:16:29 -0600
committergerman <german@thesoftwareartisans.com>2020-11-25 23:44:41 -0600
commit2c2b586d86d71bd6c134c32d27b155615230222e (patch)
tree8344f77a6a09879bc419dc62cfc3a10ad5632d82 /src/core/settings.h
parent0e15c68f54ae5217e6247603b9e31757515f89e1 (diff)
Add multiple udp server support
Diffstat (limited to 'src/core/settings.h')
-rw-r--r--src/core/settings.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/core/settings.h b/src/core/settings.h
index 1143aba5d..1fbe940b0 100644
--- a/src/core/settings.h
+++ b/src/core/settings.h
@@ -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;