summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/svc/svc_query_memory.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2023-07-15k_process: PageTable -> GetPageTableLiam1-1/+1
2023-03-24memory: rename global memory references to application memoryLiam1-2/+2
2023-03-22kernel: use KTypedAddress for addressesLiam1-1/+1
2023-03-13kernel: prefer std::addressofLiam1-1/+1
2023-03-13kernel/svc: convert to new styleLiam1-3/+3
2023-02-13kernel: use GetCurrentProcessLiam1-1/+1
2023-02-07kernel/svc: switch to generated wrappersLiam1-22/+32
2023-02-05kernel/svc: Split implementations into separate filesLiam1-0/+55