ThreadProcessorId_All on SVC::CreateThread

pull/8/head
Kloen 9 years ago
parent ddcf2ef32a
commit 1149e66820

@ -486,6 +486,7 @@ static ResultCode CreateThread(Handle* out_handle, s32 priority, u32 entry_point
}
switch (processor_id) {
case THREADPROCESSORID_ALL:
case THREADPROCESSORID_DEFAULT:
case THREADPROCESSORID_0:
case THREADPROCESSORID_1:

Loading…
Cancel
Save