summaryrefslogtreecommitdiff
path: root/src/input_common/udp/protocol.h
AgeCommit message (Collapse)Author
2021-06-28input_common: Remove #pragma warning directives for external headersMorph
2021-01-15Allow to return up to 16 touch inputs per enginegerman
2020-11-22input_common: Treat warnings as errorsLioncash
Migrates over warnings as errors for input common to match how the common library treats warnings as errors.
2020-02-03input_common/udp: Remove unnecessary inclusionsLioncash
2020-01-23Address review commentsFearlessTobi
2020-01-23Input: UDP Client to provide motion and touch controlsfearlessTobi
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>