summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/hid/irs.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* service: hid: Split hid.cpp into individual interfacesNarr the Reg2023-11-151-4/+1
* service: move hle_ipc from kernelLiam2023-03-011-18/+18
* hid: avoid direct pointer access of transfer memory objectsLiam2023-02-241-1/+7
* yuzu: Add webcam support and rebase to latest masterNarr the Reg2022-07-241-1/+1
* service: irs: Move to IRS namespace and minor fixesgerman772022-07-241-2/+2
* service: irs: Split processors and implement ImageTransferProcessorgerman772022-07-241-225/+66
* service: hid: Improve stub of IRSNarr the Reg2022-05-311-2/+230
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* hle: kernel: Remove deprecated Object class.bunnei2021-05-061-1/+0
* hle: kernel: Migrate KSharedMemory to KAutoObject.bunnei2021-05-061-5/+0
* hle: kernel: Rename SharedMemory to KSharedMemory.bunnei2021-02-191-2/+2
* service: Eliminate usages of the global system instanceLioncash2020-11-271-3/+7
* kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154)bunnei2019-11-251-1/+1
* Deglobalize System: IRSDavid Marcec2019-09-221-1/+2
* Stubbed IRS (#1349)David2018-09-241-0/+27
* hle/service: Default constructors and destructors in the cpp file where applicableLioncash2018-09-111-0/+2
* service/hid: Add irs servicesLioncash2018-07-261-0/+21