mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-02-08 19:58:18 +08:00
Merge pull request #1434 from Kloen/legend
Add THREADPROCESSORID_ALL on SVC::CreateThread
This commit is contained in:
@@ -486,6 +486,7 @@ static ResultCode CreateThread(Handle* out_handle, s32 priority, u32 entry_point
|
|||||||
}
|
}
|
||||||
|
|
||||||
switch (processor_id) {
|
switch (processor_id) {
|
||||||
|
case THREADPROCESSORID_ALL:
|
||||||
case THREADPROCESSORID_DEFAULT:
|
case THREADPROCESSORID_DEFAULT:
|
||||||
case THREADPROCESSORID_0:
|
case THREADPROCESSORID_0:
|
||||||
case THREADPROCESSORID_1:
|
case THREADPROCESSORID_1:
|
||||||
|
|||||||
Reference in New Issue
Block a user