aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/svc
AgeCommit message (Collapse)Author
2023-03-23memory: rename global memory references to application memoryLiam
2023-03-23Merge pull request #9964 from liamwhite/typed-addressliamwhite
kernel: use KTypedAddress for addresses
2023-03-22kernel: use KTypedAddress for addressesLiam
2023-03-19kernel: fix LOG_TRACE in ipcLiam
2023-03-12kernel: convert KProcess to new styleLiam
2023-03-12kernel: convert KThread to new styleLiam
2023-03-12kernel: prefer std::addressofLiam
2023-03-12kernel/svc: convert to new styleLiam
2023-03-12kernel: convert KPort, KSessionLiam
2023-03-12general: fix spelling mistakesLiam
2023-03-09Merge pull request #9916 from liamwhite/fpuliamwhite
kernel: clone fpu status on CreateThread
2023-03-07kernel: clone fpu status on CreateThreadLiam
2023-03-05kernel: fix WaitSynchronizationLiam
2023-03-01Merge pull request #9832 from liamwhite/hle-mpliamwhite
service: HLE multiprocess
2023-02-21svc: Fix type consistency (exposed on macOS)Merry
2023-02-21service: refactor server architectureLiam
Converts services to have their own processes
2023-02-17kernel: add KObjectNameLiam
2023-02-15Merge pull request #9796 from liamwhite/currentliamwhite
general: rename CurrentProcess to ApplicationProcess
2023-02-14remove static from pointer sized or smaller types for aesthetics, change ↵arades79
constexpr static to static constexpr for consistency Signed-off-by: arades79 <scravers@protonmail.com>
2023-02-14add static lifetime to constexpr values to force compile time evaluation ↵arades79
where possible Signed-off-by: arades79 <scravers@protonmail.com>
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