summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/hid/hidbus (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-02-24hid: avoid direct pointer access of transfer memory objectsLiam8-26/+28
2023-02-03Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"ameerj7-7/+9
This reverts commit 25fc5c0e1158cb8e81cbc769b24ad84032a1fbfd, reversing changes made to af20e25081f97d55b451606c87922e2b49f0d363.
2023-02-02Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ReadBuffer"liamwhite7-9/+7
2023-01-20core: hid: Only set the polling mode to the correct sideNarr the Reg1-2/+4
2023-01-20core: hid: Migrate ring from emulated devices to emulated controllerNarr the Reg2-4/+6
2022-12-29hidbus: Use ReadBufferSpanameerj7-7/+9
2022-10-13kernel: remove KWritableEventLiam1-4/+4
2022-06-27core: Replace all instances of ResultCode with Resultgerman771-1/+1
2022-04-23general: Convert source file copyright comments over to SPDXMorph8-24/+16
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-16yuzu: Add custom ringcon configurationgerman774-63/+51
2022-04-16hidbus: Implement hidbus and ringcongerman778-0/+984