summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/hid/irs.h (unfollow)
Commit message (Expand)AuthorFilesLines
2023-03-01service: move hle_ipc from kernelLiam1-18/+18
2023-02-24hid: avoid direct pointer access of transfer memory objectsLiam1-1/+7
2022-07-24yuzu: Add webcam support and rebase to latest masterNarr the Reg1-1/+1
2022-07-24service: irs: Move to IRS namespace and minor fixesgerman771-2/+2
2022-07-24service: irs: Split processors and implement ImageTransferProcessorgerman771-225/+66
2022-05-31service: hid: Improve stub of IRSNarr the Reg1-2/+230
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2021-05-06hle: kernel: Remove deprecated Object class.bunnei1-1/+0
2021-05-06hle: kernel: Migrate KSharedMemory to KAutoObject.bunnei1-5/+0
2021-02-19hle: kernel: Rename SharedMemory to KSharedMemory.bunnei1-2/+2
2020-11-27service: Eliminate usages of the global system instanceLioncash1-3/+7
2019-11-25kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154)bunnei1-1/+1
2019-09-22Deglobalize System: IRSDavid Marcec1-1/+2
2018-09-24Stubbed IRS (#1349)David1-0/+27
2018-09-11hle/service: Default constructors and destructors in the cpp file where applicableLioncash1-0/+2
2018-07-26service/hid: Add irs servicesLioncash1-0/+21