summaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/kernel.cpp
diff options
context:
space:
mode:
authorGravatar Lioncash2018-12-27 20:28:15 -0500
committerGravatar Lioncash2018-12-27 20:32:30 -0500
commit771431f62539a991cc4d8cf5dc4908bb5b366da2 (patch)
treedb724de34e5e8a8326ce1a061553520cbd157944 /src/core/hle/kernel/kernel.cpp
parentMerge pull request #1951 from Tinob/master (diff)
downloadyuzu-771431f62539a991cc4d8cf5dc4908bb5b366da2.tar.gz
yuzu-771431f62539a991cc4d8cf5dc4908bb5b366da2.tar.xz
yuzu-771431f62539a991cc4d8cf5dc4908bb5b366da2.zip
kernel/thread: Move process thread initialization into process.cpp
This function isn't a general purpose function that should be exposed to everything, given it's specific to initializing the main thread for a Process instance. Given that, it's a tad bit more sensible to place this within process.cpp, which keeps it visible only to the code that actually needs it.
Diffstat (limited to 'src/core/hle/kernel/kernel.cpp')
0 files changed, 0 insertions, 0 deletions