summaryrefslogtreecommitdiffstats
path: root/src/input_common/udp/udp.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* GC Adapter ImplementationAmeer2020-06-211-4/+14
|
* input_common/udp: Fix clang build issuesReinUsesLisp2020-03-181-1/+2
|
* input_common/udp: Add missing override specifiersLioncash2020-02-031-2/+2
| | | | | Prevents trivial warnings and ensures interfaces are properly maintained between the base class.
* input_common/udp: Remove unnecessary inclusionsLioncash2020-02-031-1/+3
|
* Input: UDP Client to provide motion and touch controlsfearlessTobi2020-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>