aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/svc/svc_info.cpp
AgeCommit message (Collapse)Author
2023-12-22kernel: restrict nce to applicationsLiam
2023-10-21kernel: update KProcessLiam
2023-07-14k_process: PageTable -> GetPageTableLiam
2023-06-07core_timing: Use CNTPCT as the guest CPU tickMorph
Previously, we were mixing the raw CPU frequency and CNTFRQ. The raw CPU frequency (1020 MHz) should've never been used as CNTPCT (whose frequency is CNTFRQ) is the only counter available.
2023-03-22kernel: use KTypedAddress for addressesLiam
2023-03-12kernel: convert KProcess to new styleLiam
2023-03-12kernel: prefer std::addressofLiam
2023-03-12kernel/svc: convert to new styleLiam
2023-02-21service: refactor server architectureLiam
Converts services to have their own processes
2023-02-13kernel: use GetCurrentProcessLiam
2023-02-11kernel/svc: Fix undefined info_idColin Kinloch
2023-02-06kernel/svc: switch to generated wrappersLiam
2023-02-04kernel/svc: Split implementations into separate filesLiam