summaryrefslogtreecommitdiff
path: root/src/core/hle/service/hid/irs.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* service: irs: Migrate service to new interfaceGravatar german772024-02-061-392/+196
* hid_core: Move hid to it's own subprojectGravatar Narr the Reg2024-01-051-10/+10
* service: hid: Implement NpadResource and NpadDataGravatar Narr the Reg2024-01-031-1/+1
* service: fetch objects from the client handle tableGravatar Liam2023-12-241-4/+2
* service: hid: Create appropriate hid resourcesGravatar Narr the Reg2023-11-201-2/+3
* service: irs: Implement moment image processorGravatar Narr the Reg2023-11-111-1/+1
* service: move hle_ipc from kernelGravatar Liam2023-03-011-19/+19
* hid: avoid direct pointer access of transfer memory objectsGravatar Liam2023-02-241-6/+2
* general: rename CurrentProcess to ApplicationProcessGravatar Liam2023-02-131-4/+4
* core: hid: Only set the polling mode to the correct sideGravatar Narr the Reg2023-01-191-9/+18
* input_common: Fix issue where ring and irs are enabled at the same timeGravatar german772023-01-191-3/+1
* input_common: Implement joycon ir cameraGravatar Narr the Reg2023-01-191-0/+11
* yuzu: Silence some clang warningsGravatar Narr the Reg2022-09-211-1/+2
* service: irs: Implement clustering processorGravatar german772022-07-241-1/+1
* yuzu: Add webcam support and rebase to latest masterGravatar Narr the Reg2022-07-231-1/+1
* service: irs: Move to IRS namespace and minor fixesGravatar german772022-07-231-21/+29
* service: irs: Split processors and implement ImageTransferProcessorGravatar german772022-07-231-66/+224
* service: hid: Improve stub of IRSGravatar Narr the Reg2022-05-311-19/+230
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-231-3/+2
* core: Remove unused includesGravatar ameerj2021-11-031-1/+0
* general: Replace RESULT_SUCCESS with ResultSuccessGravatar Morph2021-06-021-18/+18
* hle: kernel: Migrate KSharedMemory to KAutoObject.Gravatar bunnei2021-05-051-5/+1
* hle: kernel: Refactor IPC interfaces to not use std::shared_ptr.Gravatar bunnei2021-05-051-1/+1
* hle: kernel: Rename SharedMemory to KSharedMemory.Gravatar bunnei2021-02-181-1/+1
* service: Eliminate usages of the global system instanceGravatar Lioncash2020-11-261-2/+2
* General: Recover Prometheus project from harddrive failure Gravatar Fernando Sahmkow2020-06-271-1/+1
* service: irs: Update for new shared memory layout.Gravatar bunnei2020-04-171-3/+3
* Deglobalize System: IRSGravatar David Marcec2019-09-221-3/+3
* core_timing: Convert core timing into a classGravatar Lioncash2019-02-151-1/+1
* core_timing: Rename CoreTiming namespace to Core::TimingGravatar Lioncash2019-02-121-1/+1
* Changed logging to be "Log before execution", Added more error logging, all s...Gravatar David Marcec2018-11-261-18/+36
* Stubbed IRS (#1349)Gravatar David2018-09-231-18/+140
* hle/service: Default constructors and destructors in the cpp file where appli...Gravatar Lioncash2018-09-101-0/+4
* service/hid: Add irs servicesGravatar Lioncash2018-07-261-0/+49