summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/svc/svc_synchronization.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2023-03-22kernel: use KTypedAddress for addressesLiam1-1/+1
2023-03-13kernel/svc: convert to new styleLiam1-7/+5
2023-03-05kernel: fix WaitSynchronizationLiam1-16/+29
2023-02-13kernel: use GetCurrentProcessLiam1-5/+5
2023-02-07kernel/svc: switch to generated wrappersLiam1-18/+42
2023-02-05kernel/svc: Split implementations into separate filesLiam1-0/+139