summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/hid/irsensor (follow)
Commit message (Expand)AuthorAgeFilesLines
* service: irs: Implement moment image processorNarr the Reg2023-11-115-16/+168
* memory: rename global memory references to application memoryLiam2023-03-241-9/+9
* kernel: use KTypedAddress for addressesLiam2023-03-222-4/+4
* general: fix spelling mistakesLiam2023-03-121-1/+1
* hid: avoid direct pointer access of transfer memory objectsLiam2023-02-242-15/+24
* general: Fix spelling of "unknown"Morph2022-10-161-2/+2
* Address commentsNarr the Reg2022-07-251-16/+16
* fix compiler errorsgerman772022-07-241-11/+13
* service: irs: Implement clustering processorgerman772022-07-242-5/+270
* service: irs: Move to IRS namespace and minor fixesgerman772022-07-2414-43/+28
* service: irs: Split processors and implement ImageTransferProcessorgerman772022-07-2414-0/+784