aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hle/service/hid/irs.cpp
AgeCommit message (Expand)Author
2024-02-06service: irs: Migrate service to new interfacegerman77
2024-01-05hid_core: Move hid to it's own subprojectNarr the Reg
2024-01-03service: hid: Implement NpadResource and NpadDataNarr the Reg
2023-12-24service: fetch objects from the client handle tableLiam
2023-11-20service: hid: Create appropriate hid resourcesNarr the Reg
2023-11-11service: irs: Implement moment image processorNarr the Reg
2023-03-01service: move hle_ipc from kernelLiam
2023-02-24hid: avoid direct pointer access of transfer memory objectsLiam
2023-02-13general: rename CurrentProcess to ApplicationProcessLiam
2023-01-19core: hid: Only set the polling mode to the correct sideNarr the Reg
2023-01-19input_common: Fix issue where ring and irs are enabled at the same timegerman77
2023-01-19input_common: Implement joycon ir cameraNarr the Reg
2022-09-21yuzu: Silence some clang warningsNarr the Reg
2022-07-24service: irs: Implement clustering processorgerman77
2022-07-23yuzu: Add webcam support and rebase to latest masterNarr the Reg
2022-07-23service: irs: Move to IRS namespace and minor fixesgerman77
2022-07-23service: irs: Split processors and implement ImageTransferProcessorgerman77
2022-05-31service: hid: Improve stub of IRSNarr the Reg
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2021-11-03core: Remove unused includesameerj
2021-06-02general: Replace RESULT_SUCCESS with ResultSuccessMorph
2021-05-05hle: kernel: Migrate KSharedMemory to KAutoObject.bunnei
2021-05-05hle: kernel: Refactor IPC interfaces to not use std::shared_ptr.bunnei
2021-02-18hle: kernel: Rename SharedMemory to KSharedMemory.bunnei
2020-11-26service: Eliminate usages of the global system instanceLioncash
2020-06-27General: Recover Prometheus project from harddrive failure Fernando Sahmkow
2020-04-17service: irs: Update for new shared memory layout.bunnei
2019-09-22Deglobalize System: IRSDavid Marcec
2019-02-15core_timing: Convert core timing into a classLioncash
2019-02-12core_timing: Rename CoreTiming namespace to Core::TimingLioncash
2018-11-26Changed logging to be "Log before execution", Added more error logging, all s...David Marcec
2018-09-23Stubbed IRS (#1349)David
2018-09-10hle/service: Default constructors and destructors in the cpp file where appli...Lioncash
2018-07-26service/hid: Add irs servicesLioncash