summaryrefslogtreecommitdiff
path: root/src/input_common/udp/udp.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* input_common: Rewrite udp clientGravatar german772021-11-241-110/+0
|
* udp: Silence unused member variable warningsGravatar Lioncash2021-02-091-2/+2
| | | | Simply mark them as unused for now.
* Allow to return up to 16 touch inputs per engineGravatar german2021-01-151-30/+2
|
* general: Fix various spelling errorsGravatar Morph2021-01-021-4/+4
|
* Add multiple udp server supportGravatar german2020-11-251-34/+30
|
* input_common/CMakeLists: Make some warnings errorsGravatar Lioncash2020-10-151-15/+13
| | | | | Makes the input_common code warnings consistent with the rest of the codebase.
* Add cemu hook changes related to PR #4609Gravatar german2020-09-041-71/+110
|
* Remove RealMotionDeviceGravatar german2020-09-041-1/+1
|
* Address feedbackGravatar Morph2020-08-261-3/+2
|
* Project Mjölnir: Part 1Gravatar Morph2020-08-261-4/+11
| | | | | Co-authored-by: James Rowe <jroweboy@gmail.com> Co-authored-by: Its-Rei <kupfel@gmail.com>
* input_common/udp: Fix clang build issuesGravatar ReinUsesLisp2020-03-181-1/+2
|
* input_common/udp: Add missing override specifiersGravatar Lioncash2020-02-031-2/+2
| | | | | Prevents trivial warnings and ensures interfaces are properly maintained between the base class.
* input_common/udp: Remove unnecessary inclusionsGravatar Lioncash2020-02-031-1/+3
|
* Input: UDP Client to provide motion and touch controlsGravatar fearlessTobi2020-01-231-0/+96
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>