summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorGravatar bunnei2020-01-23 20:18:47 -0500
committerGravatar GitHub2020-01-23 20:18:47 -0500
commitdeb97f6a8e48c17f8e16efadc24872a860d529a7 (patch)
tree79ca6164fcb03783bc19f1ec557cacdf0b3fc539 /src/core
parentMerge pull request #3341 from bunnei/time-posix-myrule (diff)
parentReplace GetString with Get function (diff)
downloadyuzu-deb97f6a8e48c17f8e16efadc24872a860d529a7.tar.gz
yuzu-deb97f6a8e48c17f8e16efadc24872a860d529a7.tar.xz
yuzu-deb97f6a8e48c17f8e16efadc24872a860d529a7.zip
Merge pull request #2800 from FearlessTobi/port-4049
Port citra-emu/citra#4049: "Input: UDP Client to provide motion and touch controls"
Diffstat (limited to 'src/core')
-rw-r--r--src/core/settings.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/settings.h b/src/core/settings.h
index 9c98a9287..421e76f5f 100644
--- a/src/core/settings.h
+++ b/src/core/settings.h
@@ -401,6 +401,9 @@ struct Values {
401 std::string motion_device; 401 std::string motion_device;
402 TouchscreenInput touchscreen; 402 TouchscreenInput touchscreen;
403 std::atomic_bool is_device_reload_pending{true}; 403 std::atomic_bool is_device_reload_pending{true};
404 std::string udp_input_address;
405 u16 udp_input_port;
406 u8 udp_pad_index;
404 407
405 // Core 408 // Core
406 bool use_multi_core; 409 bool use_multi_core;