1
0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2025-07-22 19:10:08 +00:00

ThreadProcessorId_All on SVC::CreateThread

This commit is contained in:
Kloen 2016-03-01 12:03:32 +01:00
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: