summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorGravatar Lioncash2018-01-17 20:32:38 -0500
committerGravatar Lioncash2018-01-17 20:32:56 -0500
commitc81ed5eb3354bea27f9088a2f97ffbe63bcf1c97 (patch)
tree2376cae30c3646ea82f98099d46e0454c0bc13db /src/core
parentMerge pull request #73 from N00byKing/3093 (diff)
downloadyuzu-c81ed5eb3354bea27f9088a2f97ffbe63bcf1c97.tar.gz
yuzu-c81ed5eb3354bea27f9088a2f97ffbe63bcf1c97.tar.xz
yuzu-c81ed5eb3354bea27f9088a2f97ffbe63bcf1c97.zip
svc: Add CreateJitMemory and MapJitMemory svc strings
Makes the table match SwitchBrew for these entries
Diffstat (limited to 'src/core')
-rw-r--r--src/core/hle/kernel/svc.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/hle/kernel/svc.cpp b/src/core/hle/kernel/svc.cpp
index 6401af35a..aa587c379 100644
--- a/src/core/hle/kernel/svc.cpp
+++ b/src/core/hle/kernel/svc.cpp
@@ -823,8 +823,8 @@ static const FunctionDef SVC_Table[] = {
823 {0x48, nullptr, "Unknown"}, 823 {0x48, nullptr, "Unknown"},
824 {0x49, nullptr, "Unknown"}, 824 {0x49, nullptr, "Unknown"},
825 {0x4A, nullptr, "Unknown"}, 825 {0x4A, nullptr, "Unknown"},
826 {0x4B, nullptr, "Unknown"}, 826 {0x4B, nullptr, "CreateJitMemory"},
827 {0x4C, nullptr, "Unknown"}, 827 {0x4C, nullptr, "MapJitMemory"},
828 {0x4D, nullptr, "SleepSystem"}, 828 {0x4D, nullptr, "SleepSystem"},
829 {0x4E, nullptr, "ReadWriteRegister"}, 829 {0x4E, nullptr, "ReadWriteRegister"},
830 {0x4F, nullptr, "SetProcessActivity"}, 830 {0x4F, nullptr, "SetProcessActivity"},