summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/hid/irsensor (unfollow)
Commit message (Expand)AuthorFilesLines
2023-11-11service: irs: Implement moment image processorNarr the Reg5-16/+168
2023-03-24memory: rename global memory references to application memoryLiam1-9/+9
2023-03-22kernel: use KTypedAddress for addressesLiam2-4/+4
2023-03-12general: fix spelling mistakesLiam1-1/+1
2023-02-24hid: avoid direct pointer access of transfer memory objectsLiam2-15/+24
2022-10-16general: Fix spelling of "unknown"Morph1-2/+2
2022-07-25Address commentsNarr the Reg1-16/+16
2022-07-24fix compiler errorsgerman771-11/+13
2022-07-24service: irs: Implement clustering processorgerman772-5/+270
2022-07-24service: irs: Move to IRS namespace and minor fixesgerman7714-43/+28
2022-07-24service: irs: Split processors and implement ImageTransferProcessorgerman7714-0/+784