summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/hid/hidbus.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-01-08Fix typos in src/core (#12625)Viktor Szépe1-1/+1
* Fix typos in src/core * Fix typo correction * Fix indentation of MemoryStateNames * Fix indent
2024-01-05hid_core: Move hid to it's own subprojectNarr the Reg1-1/+1
2023-12-23core_timing: remove user data valueLiam1-1/+1
2023-03-01service: move hle_ipc from kernelLiam1-13/+13
2023-02-25core: hidbus: Fix BusType sizeNarr the Reg1-2/+2
2023-02-24hid: avoid direct pointer access of transfer memory objectsLiam1-2/+1
2022-06-27core: Replace all instances of ResultCode with Resultgerman771-1/+1
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-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.
2022-04-16hidbus: Implement hidbus and ringcongerman771-0/+131