summaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/kernel.cpp
diff options
context:
space:
mode:
authorGravatar Lioncash2018-12-18 23:09:08 -0500
committerGravatar Lioncash2018-12-19 12:16:15 -0500
commitb74eb88c68e85d08695667eaf4603bb565c8eb64 (patch)
treec77772e3f471ecf327cdce440fe49c1df81be84d /src/core/hle/kernel/kernel.cpp
parentkernel/kernel: Use correct initial PID for userland Process instances (diff)
downloadyuzu-b74eb88c68e85d08695667eaf4603bb565c8eb64.tar.gz
yuzu-b74eb88c68e85d08695667eaf4603bb565c8eb64.tar.xz
yuzu-b74eb88c68e85d08695667eaf4603bb565c8eb64.zip
kernel/svc: Handle thread handles within GetProcessId
If a thread handle is passed to svcGetProcessId, the kernel attempts to access the process ID via the thread's instance's owning process. Technically, this function should also be handling the kernel debug objects as well, however we currently don't handle those kernel objects yet, so I've left a note via a comment about it to remind myself when implementing it in the future.
Diffstat (limited to 'src/core/hle/kernel/kernel.cpp')
0 files changed, 0 insertions, 0 deletions