mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-07 07:12:33 -07:00
kernel: convert KThread to new style
This commit is contained in:
@@ -52,7 +52,6 @@ void SetupMainThread(Core::System& system, KProcess& owner_process, u32 priority
|
||||
Handle thread_handle{};
|
||||
owner_process.GetHandleTable().Add(std::addressof(thread_handle), thread);
|
||||
|
||||
thread->SetName("main");
|
||||
thread->GetContext32().cpu_registers[0] = 0;
|
||||
thread->GetContext64().cpu_registers[0] = 0;
|
||||
thread->GetContext32().cpu_registers[1] = thread_handle;
|
||||
|
Reference in New Issue
Block a user