diff options
| author | 2019-08-24 15:57:49 +0200 | |
|---|---|---|
| committer | 2020-01-23 20:55:26 +0100 | |
| commit | ac3690f2057fb93ce18f156ff5ffd720a6d6f60c (patch) | |
| tree | d0ec80a2537b992146d34f5bf17ba0cc549bd88e /src/core | |
| parent | Merge pull request #3341 from bunnei/time-posix-myrule (diff) | |
| download | yuzu-ac3690f2057fb93ce18f156ff5ffd720a6d6f60c.tar.gz yuzu-ac3690f2057fb93ce18f156ff5ffd720a6d6f60c.tar.xz yuzu-ac3690f2057fb93ce18f156ff5ffd720a6d6f60c.zip | |
Input: UDP Client to provide motion and touch controls
An implementation of the cemuhook motion/touch protocol, this adds the
ability for users to connect several different devices to citra to send
direct motion and touch data to citra.
Co-Authored-By: jroweboy <jroweboy@gmail.com>
Diffstat (limited to 'src/core')
| -rw-r--r-- | src/core/settings.h | 3 |
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; |