summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/hid/irs.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* service: irs: Implement moment image processorNarr the Reg2023-11-111-1/+1
* service: move hle_ipc from kernelLiam2023-03-011-19/+19
* hid: avoid direct pointer access of transfer memory objectsLiam2023-02-241-6/+2
* general: rename CurrentProcess to ApplicationProcessLiam2023-02-141-4/+4
* core: hid: Only set the polling mode to the correct sideNarr the Reg2023-01-201-9/+18
* input_common: Fix issue where ring and irs are enabled at the same timegerman772023-01-201-3/+1
* input_common: Implement joycon ir cameraNarr the Reg2023-01-201-0/+11
* yuzu: Silence some clang warningsNarr the Reg2022-09-211-1/+2
* service: irs: Implement clustering processorgerman772022-07-241-1/+1
* 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-21/+29
* service: irs: Split processors and implement ImageTransferProcessorgerman772022-07-241-66/+224
* service: hid: Improve stub of IRSNarr the Reg2022-05-311-19/+230
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* core: Remove unused includesameerj2021-11-041-1/+0
* general: Replace RESULT_SUCCESS with ResultSuccessMorph2021-06-021-18/+18
* hle: kernel: Migrate KSharedMemory to KAutoObject.bunnei2021-05-061-5/+1
* hle: kernel: Refactor IPC interfaces to not use std::shared_ptr.bunnei2021-05-061-1/+1
* hle: kernel: Rename SharedMemory to KSharedMemory.bunnei2021-02-191-1/+1
* service: Eliminate usages of the global system instanceLioncash2020-11-271-2/+2
* General: Recover Prometheus project from harddrive failure Fernando Sahmkow2020-06-271-1/+1
* service: irs: Update for new shared memory layout.bunnei2020-04-171-3/+3
* Deglobalize System: IRSDavid Marcec2019-09-221-3/+3
* core_timing: Convert core timing into a classLioncash2019-02-161-1/+1
* core_timing: Rename CoreTiming namespace to Core::TimingLioncash2019-02-121-1/+1
* Changed logging to be "Log before execution", Added more error logging, all services should now log on some levelDavid Marcec2018-11-261-18/+36
* Stubbed IRS (#1349)David2018-09-241-18/+140
* hle/service: Default constructors and destructors in the cpp file where applicableLioncash2018-09-111-0/+4
* service/hid: Add irs servicesLioncash2018-07-261-0/+49