summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/hid/irsensor/image_transfer_processor.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2024-01-05hid_core: Move hid to it's own subprojectNarr the Reg1-155/+0
2023-11-11service: irs: Implement moment image processorNarr the Reg1-1/+1
2023-03-24memory: rename global memory references to application memoryLiam1-9/+9
2023-03-22kernel: use KTypedAddress for addressesLiam1-1/+1
2023-03-12general: fix spelling mistakesLiam1-1/+1
2023-02-24hid: avoid direct pointer access of transfer memory objectsLiam1-11/+16
2022-07-24service: irs: Move to IRS namespace and minor fixesgerman771-6/+2
2022-07-24service: irs: Split processors and implement ImageTransferProcessorgerman771-0/+154