2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00

Merge pull request #1434 from Kloen/legend

Add THREADPROCESSORID_ALL on SVC::CreateThread
This commit is contained in:
bunnei 2016-03-02 09:09:09 -05:00
commit ea0ca17215

View file

@ -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: