summaryrefslogtreecommitdiffstats
path: root/src/core/hid/hid_core.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* general: Move deleted copy/move constructor/assignment operators to public interfaceLioncash2022-02-021-0/+1
| | | | | | | | This allows for better compiler errors, where the compiler will state a copy or move couldn't occur due to the relevant function being deleted. Previously a compiler would warn about the relevant function not being accessible (which, while true, isn't as informative as it could be).
* service/hid: Implement SetNpadJoyAssignmentModegerman772021-12-051-0/+3
|
* core/hid: Ensure only valid npad are connectedgerman772021-12-051-1/+1
|
* core: hid: hid_core: Add (Enable/DIsable)AllControllerConfigurationMorph2021-11-291-0/+6
|
* bootmanager: Use cross-platform keyboard inputgerman772021-11-251-1/+1
|
* second commit lion reviewgerman772021-11-251-3/+7
|
* kraken: Address comments from reviewgerman772021-11-251-0/+3
| | | | review fixes
* configuration: Migrate controller settings to emulated controllergerman772021-11-251-2/+8
|
* core/hid: Add emulated controllersgerman772021-11-251-0/+60