summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/hid/irs.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
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