Browse Source
kernel/thread: Move process thread initialization into process.cpp
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.pull/15/merge
3 changed files with 30 additions and 36 deletions
-
31src/core/hle/kernel/process.cpp
-
24src/core/hle/kernel/thread.cpp
-
11src/core/hle/kernel/thread.h
Write
Preview
Loading…
Cancel
Save
Reference in new issue