mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-13 08:40:44 -05:00
Thread: Correctly set main thread initial stack position
This commit is contained in:
@ -85,7 +85,7 @@ void Process::ParseKernelCaps(const u32* kernel_caps, size_t len) {
|
||||
}
|
||||
|
||||
void Process::Run(VAddr entry_point, s32 main_thread_priority, u32 stack_size) {
|
||||
Kernel::SetupMainThread(stack_size, entry_point, main_thread_priority);
|
||||
Kernel::SetupMainThread(entry_point, main_thread_priority);
|
||||
}
|
||||
|
||||
Kernel::Process::Process() {}
|
||||
|
Reference in New Issue
Block a user