mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 17:35:46 +00:00
service_thread: register service threads to the logical owner process
This commit is contained in:
parent
ae2bfd082b
commit
c835c254a3
5 changed files with 39 additions and 20 deletions
|
@ -415,7 +415,7 @@ public:
|
|||
|
||||
static void PostDestroy(uintptr_t arg);
|
||||
|
||||
[[nodiscard]] static Result InitializeDummyThread(KThread* thread);
|
||||
[[nodiscard]] static Result InitializeDummyThread(KThread* thread, KProcess* owner);
|
||||
|
||||
[[nodiscard]] static Result InitializeMainThread(Core::System& system, KThread* thread,
|
||||
s32 virt_core);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue