diff options
author | Lioncash <mathew1800@gmail.com> | 2018-12-27 20:28:15 -0500 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2018-12-27 20:32:30 -0500 |
commit | 771431f62539a991cc4d8cf5dc4908bb5b366da2 (patch) | |
tree | db724de34e5e8a8326ce1a061553520cbd157944 /src/yuzu/debugger/wait_tree.cpp | |
parent | e84e4fd3f8f3d42a37206ea743fac35f5161ea14 (diff) |
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/yuzu/debugger/wait_tree.cpp')
0 files changed, 0 insertions, 0 deletions