| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | udp/client: Take std::function by const reference with TestCommunication() | 2020-10-16 | 1 | -2/+2 | |
| | | | | | Avoids redundant copies. | ||||
| * | input_common/CMakeLists: Make some warnings errors | 2020-10-15 | 1 | -7/+7 | |
| | | | | | | Makes the input_common code warnings consistent with the rest of the codebase. | ||||
| * | Add cemu hook changes related to PR #4609 | 2020-09-04 | 1 | -7/+67 | |
| | | |||||
| * | Remove RealMotionDevice | 2020-09-04 | 1 | -1/+2 | |
| | | |||||
| * | input_common/udp: Remove unnecessary inclusions | 2020-02-03 | 1 | -1/+0 | |
| | | |||||
| * | Address second part of review comments | 2020-01-23 | 1 | -2/+2 | |
| | | |||||
| * | Address review comments | 2020-01-23 | 1 | -4/+4 | |
| | | |||||
| * | Input: UDP Client to provide motion and touch controls | 2020-01-23 | 1 | -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> | |||||