Skip to content
Snippets Groups Projects
Commit ee3377b6 authored by bunnei's avatar bunnei
Browse files

SVC: Reschedule on svcCreateThread.

parent bdd19036
No related branches found
No related tags found
No related merge requests found
......@@ -336,6 +336,8 @@ static ResultCode CreateThread(u32* out_handle, u32 priority, u32 entry_point, u
"thread designated for system CPU core (UNIMPLEMENTED) will be run with app core scheduling");
}
HLE::Reschedule(__func__);
return RESULT_SUCCESS;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment