summaryrefslogtreecommitdiffstats
path: root/src/core/hid/emulated_devices.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* core: hid: Migrate ring from emulated devices to emulated controllerNarr the Reg2023-01-201-18/+0
|
* general: fix compile for Apple ClangLiam2022-11-231-0/+1
|
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-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.
* yuzu: Add custom ringcon configurationgerman772022-04-161-0/+34
|
* core: hid: Reduce the amount of dataracesgerman772022-04-071-0/+1
|
* common/input: Avoid numerous large copies of CallbackStatusLioncash2021-12-141-6/+5
| | | | | | | | | CallbackStatus instances aren't the cheapest things to copy around (relative to everything else), given that they're currently 520 bytes in size and are currently copied numerous times when callbacks are invoked. Instead, we can pass the status by const reference to avoid all the copying.
* core: hid: Mark constructors as explicitMorph2021-11-291-1/+1
|
* core: hid: Cleanup and amend documentationMorph2021-11-291-18/+20
|
* core/hid: Improve accuary of mouse implementationgerman772021-11-251-2/+2
|
* core/hid: Fully implement native mousegerman772021-11-251-21/+35
|
* service/hid: Remove includes of core.h and settings.hgerman772021-11-251-2/+1
|
* kraken: Address comments from reviewgerman772021-11-251-12/+16
| | | | start lion review
* settings: Fix mouse and keyboard mappingsgerman772021-11-251-0/+3
|
* core/hid: Documment some filesgerman772021-11-251-16/+68
|
* core/hid: Add emulated controllersgerman772021-11-251-0/+137