summaryrefslogtreecommitdiffstats
path: root/src/input_common/udp/protocol.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Allow to return up to 16 touch inputs per enginegerman2021-01-151-7/+9
|
* input_common: Treat warnings as errorsLioncash2020-11-221-1/+10
| | | | | Migrates over warnings as errors for input common to match how the common library treats warnings as errors.
* input_common/udp: Remove unnecessary inclusionsLioncash2020-02-031-1/+0
|
* Address review commentsFearlessTobi2020-01-231-47/+54
|
* Input: UDP Client to provide motion and touch controlsfearlessTobi2020-01-231-0/+249
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>