Explorar o código

Merge pull request #1434 from Kloen/legend

Add THREADPROCESSORID_ALL on SVC::CreateThread
bunnei %!s(int64=10) %!d(string=hai) anos
pai
achega
ea0ca17215
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/core/hle/svc.cpp

+ 1 - 0
src/core/hle/svc.cpp

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