summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/hid/hidbus/ringcon.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* hid_core: Move hid to it's own subprojectNarr the Reg2024-01-051-292/+0
|
* memory: rename global memory references to application memoryLiam2023-03-241-2/+2
|
* hid: avoid direct pointer access of transfer memory objectsLiam2023-02-241-5/+8
|
* Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"ameerj2023-02-031-1/+1
| | | | | This reverts commit 25fc5c0e1158cb8e81cbc769b24ad84032a1fbfd, reversing changes made to af20e25081f97d55b451606c87922e2b49f0d363.
* Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ReadBuffer"liamwhite2023-02-021-1/+1
|
* Merge pull request #9508 from ameerj/hle-ipc-buffer-spanbunnei2023-01-301-1/+1
|\ | | | | hle_ipc: Use std::span to avoid heap allocations/copies when calling ReadBuffer
| * hidbus: Use ReadBufferSpanameerj2022-12-291-1/+1
| |
* | core: hid: Only set the polling mode to the correct sideNarr the Reg2023-01-201-2/+4
| |
* | core: hid: Migrate ring from emulated devices to emulated controllerNarr the Reg2023-01-201-2/+4
|/
* kernel: remove KWritableEventLiam2022-10-131-4/+4
|
* 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-49/+29
|
* hidbus: Implement hidbus and ringcongerman772022-04-161-0/+306