summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/hid/irsensor/image_transfer_processor.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* hid_core: Move hid to it's own subprojectNarr the Reg2024-01-051-155/+0
* service: irs: Implement moment image processorNarr the Reg2023-11-111-1/+1
* memory: rename global memory references to application memoryLiam2023-03-241-9/+9
* kernel: use KTypedAddress for addressesLiam2023-03-221-1/+1
* general: fix spelling mistakesLiam2023-03-121-1/+1
* hid: avoid direct pointer access of transfer memory objectsLiam2023-02-241-11/+16
* service: irs: Move to IRS namespace and minor fixesgerman772022-07-241-6/+2
* service: irs: Split processors and implement ImageTransferProcessorgerman772022-07-241-0/+154