summaryrefslogtreecommitdiff
path: root/src/input_common/input_poller.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-01-19core: hid: Enable pulling color data from controllersGravatar Narr the Reg1-0/+11
2022-10-02input_common: Enable virtual amiibo driverGravatar german771-0/+10
2022-07-23input_common: Add camera driverGravatar german771-0/+11
2022-04-23general: Convert source file copyright comments over to SPDXGravatar Morph1-3/+2
This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
2021-12-13input_poller: Remove several unnecessary @param tagsGravatar Lioncash1-106/+106
Silences quite a bit of -Wdocumentation warnings, given the @param tag is only intended to be used to identify function parameters, not what it contains.
2021-11-24kraken: Address comments from reviewGravatar german771-12/+20
start lion review
2021-11-24kraken: Fix errors from rebase and format filesGravatar german771-6/+4
2021-11-24core/hid: Add output devicesGravatar german771-3/+25
2021-11-24input_common: Create input poller and mappingGravatar german771-0/+189