mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 05:27:59 -05:00
SVC: Reschedule on svcCreateThread.
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user