summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/svc/svc_port.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* scope_exit: Make constexprFearlessTobi2024-02-191-4/+4
| | | | | Allows the use of the macro in constexpr-contexts. Also avoids some potential problems when nesting braces inside it.
* kernel: implement light IPCLiam2023-12-071-5/+66
|
* memory: rename global memory references to application memoryLiam2023-03-241-2/+4
|
* kernel: use KTypedAddress for addressesLiam2023-03-221-1/+1
|
* kernel: convert KPort, KSessionLiam2023-03-131-1/+1
|
* Merge pull request #9832 from liamwhite/hle-mpliamwhite2023-03-011-32/+19
|\ | | | | service: HLE multiprocess
| * service: refactor server architectureLiam2023-02-211-32/+19
| | | | | | | | Converts services to have their own processes
* | svc: Fix type consistency (exposed on macOS)Merry2023-02-211-1/+1
|/
* kernel: add KObjectNameLiam2023-02-171-3/+51
|
* kernel: use GetCurrentProcessLiam2023-02-131-1/+1
|
* kernel/svc: switch to generated wrappersLiam2023-02-071-2/+53
|
* kernel/svc: Split implementations into separate filesLiam2023-02-051-0/+71