summaryrefslogtreecommitdiffstats
path: root/src/input_common/drivers/udp_client.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #7302 from VPeruS/check-deadlockbunnei2021-12-181-35/+39
|\ | | | | [input_common] Fixed thread hang
| * [input_common] Move variable declaration closer to usagevperus2021-12-171-2/+2
| | | | | | | | | | | | | | | | MSVC supplied with VS2022 generates "warning C4189: 'CALIBRATION_THRESHOLD': local variable is initialized but not referenced" which is treated as an error. Circumvent it by moving constexpr variable directly into body of lambda function.
| * Revert of b01aa72vperus2021-11-291-35/+39
| | | | | | | | Caused worker_thread to be stuck in Stage1Completed state until job's destruction.
* | input_engine: std::move engine name where applicableLioncash2021-12-131-1/+1
|/ | | | | We can allow the name to be moved into, allowing allocations to be avoided.
* input_common: Fully implement UDP controllersNarr the Reg2021-11-261-8/+198
|
* input_common: Fix UDP uuidgerman772021-11-251-1/+9
|
* kraken: Address comments from reviewgerman772021-11-251-0/+2
| | | | review fixes
* service/hid: Fix gesture inputgerman772021-11-251-0/+27
|
* input_common: Rewrite udp clientgerman772021-11-251-0/+364