summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorGravatar german2020-11-17 22:16:29 -0600
committerGravatar german2020-11-25 23:44:41 -0600
commit2c2b586d86d71bd6c134c32d27b155615230222e (patch)
tree8344f77a6a09879bc419dc62cfc3a10ad5632d82 /src/core
parentMerge pull request #4976 from comex/poll-events (diff)
downloadyuzu-2c2b586d86d71bd6c134c32d27b155615230222e.tar.gz
yuzu-2c2b586d86d71bd6c134c32d27b155615230222e.tar.xz
yuzu-2c2b586d86d71bd6c134c32d27b155615230222e.zip
Add multiple udp server support
Diffstat (limited to 'src/core')
-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 {
174 174
175 Setting<bool> motion_enabled; 175 Setting<bool> motion_enabled;
176 std::string motion_device; 176 std::string motion_device;
177 std::string udp_input_address; 177 std::string udp_input_servers;
178 u16 udp_input_port;
179 u8 udp_pad_index;
180 178
181 bool mouse_enabled; 179 bool mouse_enabled;
182 std::string mouse_device; 180 std::string mouse_device;