summaryrefslogtreecommitdiffstats
path: root/src/core
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2016-03-02 15:09:09 +0100
committerbunnei <bunneidev@gmail.com>2016-03-02 15:09:09 +0100
commitea0ca1721521c2b20ac8cc9b1d8eab08f8ec23a9 (patch)
treec9d56db47be3eb5a19550a3a22f867e6cf7b282f /src/core
parentMerge pull request #1297 from Subv/saves (diff)
parentThreadProcessorId_All on SVC::CreateThread (diff)
downloadyuzu-ea0ca1721521c2b20ac8cc9b1d8eab08f8ec23a9.tar
yuzu-ea0ca1721521c2b20ac8cc9b1d8eab08f8ec23a9.tar.gz
yuzu-ea0ca1721521c2b20ac8cc9b1d8eab08f8ec23a9.tar.bz2
yuzu-ea0ca1721521c2b20ac8cc9b1d8eab08f8ec23a9.tar.lz
yuzu-ea0ca1721521c2b20ac8cc9b1d8eab08f8ec23a9.tar.xz
yuzu-ea0ca1721521c2b20ac8cc9b1d8eab08f8ec23a9.tar.zst
yuzu-ea0ca1721521c2b20ac8cc9b1d8eab08f8ec23a9.zip
Diffstat (limited to 'src/core')
-rw-r--r--src/core/hle/svc.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/svc.cpp b/src/core/hle/svc.cpp
index ba21e06d5..7a39b101d 100644
--- a/src/core/hle/svc.cpp
+++ b/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: