summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/hid/irs.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2024-02-06service: irs: Migrate service to new interfacegerman771-392/+196
2024-01-05hid_core: Move hid to it's own subprojectNarr the Reg1-10/+10
2024-01-04service: hid: Implement NpadResource and NpadDataNarr the Reg1-1/+1
2023-12-25service: fetch objects from the client handle tableLiam1-4/+2
2023-11-21service: hid: Create appropriate hid resourcesNarr the Reg1-2/+3
2023-11-11service: irs: Implement moment image processorNarr the Reg1-1/+1
2023-03-01service: move hle_ipc from kernelLiam1-19/+19
2023-02-24hid: avoid direct pointer access of transfer memory objectsLiam1-6/+2
2023-02-14general: rename CurrentProcess to ApplicationProcessLiam1-4/+4
2023-01-20core: hid: Only set the polling mode to the correct sideNarr the Reg1-9/+18
2023-01-20input_common: Fix issue where ring and irs are enabled at the same timegerman771-3/+1
2023-01-20input_common: Implement joycon ir cameraNarr the Reg1-0/+11
2022-09-21yuzu: Silence some clang warningsNarr the Reg1-1/+2
2022-07-24service: irs: Implement clustering processorgerman771-1/+1
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-21/+29
2022-07-24service: irs: Split processors and implement ImageTransferProcessorgerman771-66/+224
2022-05-31service: hid: Improve stub of IRSNarr the Reg1-19/+230
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2021-11-04core: Remove unused includesameerj1-1/+0
2021-06-02general: Replace RESULT_SUCCESS with ResultSuccessMorph1-18/+18
2021-05-06hle: kernel: Migrate KSharedMemory to KAutoObject.bunnei1-5/+1
2021-05-06hle: kernel: Refactor IPC interfaces to not use std::shared_ptr.bunnei1-1/+1
2021-02-19hle: kernel: Rename SharedMemory to KSharedMemory.bunnei1-1/+1
2020-11-27service: Eliminate usages of the global system instanceLioncash1-2/+2
2020-06-27General: Recover Prometheus project from harddrive failure Fernando Sahmkow1-1/+1
2020-04-17service: irs: Update for new shared memory layout.bunnei1-3/+3
2019-09-22Deglobalize System: IRSDavid Marcec1-3/+3
2019-02-16core_timing: Convert core timing into a classLioncash1-1/+1
2019-02-12core_timing: Rename CoreTiming namespace to Core::TimingLioncash1-1/+1
2018-11-26Changed logging to be "Log before execution", Added more error logging, all services should now log on some levelDavid Marcec1-18/+36
2018-09-24Stubbed IRS (#1349)David1-18/+140
2018-09-11hle/service: Default constructors and destructors in the cpp file where applicableLioncash1-0/+4
2018-07-26service/hid: Add irs servicesLioncash1-0/+49