summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/core/hle/kernel/svc.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/core/hle/kernel/svc.cpp b/src/core/hle/kernel/svc.cpp
index 371fc439e..822c1894f 100644
--- a/src/core/hle/kernel/svc.cpp
+++ b/src/core/hle/kernel/svc.cpp
@@ -1039,7 +1039,7 @@ static const FunctionDef SVC_Table[] = {
1039 {0x2B, nullptr, "FlushDataCache"}, 1039 {0x2B, nullptr, "FlushDataCache"},
1040 {0x2C, nullptr, "MapPhysicalMemory"}, 1040 {0x2C, nullptr, "MapPhysicalMemory"},
1041 {0x2D, nullptr, "UnmapPhysicalMemory"}, 1041 {0x2D, nullptr, "UnmapPhysicalMemory"},
1042 {0x2E, nullptr, "GetNextThreadInfo"}, 1042 {0x2E, nullptr, "GetFutureThreadInfo"},
1043 {0x2F, nullptr, "GetLastThreadInfo"}, 1043 {0x2F, nullptr, "GetLastThreadInfo"},
1044 {0x30, nullptr, "GetResourceLimitLimitValue"}, 1044 {0x30, nullptr, "GetResourceLimitLimitValue"},
1045 {0x31, nullptr, "GetResourceLimitCurrentValue"}, 1045 {0x31, nullptr, "GetResourceLimitCurrentValue"},
@@ -1065,11 +1065,11 @@ static const FunctionDef SVC_Table[] = {
1065 {0x45, nullptr, "CreateEvent"}, 1065 {0x45, nullptr, "CreateEvent"},
1066 {0x46, nullptr, "Unknown"}, 1066 {0x46, nullptr, "Unknown"},
1067 {0x47, nullptr, "Unknown"}, 1067 {0x47, nullptr, "Unknown"},
1068 {0x48, nullptr, "AllocateUnsafeMemory"}, 1068 {0x48, nullptr, "MapPhysicalMemoryUnsafe"},
1069 {0x49, nullptr, "FreeUnsafeMemory"}, 1069 {0x49, nullptr, "UnmapPhysicalMemoryUnsafe"},
1070 {0x4A, nullptr, "SetUnsafeAllocationLimit"}, 1070 {0x4A, nullptr, "SetUnsafeLimit"},
1071 {0x4B, nullptr, "CreateJitMemory"}, 1071 {0x4B, nullptr, "CreateCodeMemory"},
1072 {0x4C, nullptr, "MapJitMemory"}, 1072 {0x4C, nullptr, "ControlCodeMemory"},
1073 {0x4D, nullptr, "SleepSystem"}, 1073 {0x4D, nullptr, "SleepSystem"},
1074 {0x4E, nullptr, "ReadWriteRegister"}, 1074 {0x4E, nullptr, "ReadWriteRegister"},
1075 {0x4F, nullptr, "SetProcessActivity"}, 1075 {0x4F, nullptr, "SetProcessActivity"},
@@ -1104,7 +1104,7 @@ static const FunctionDef SVC_Table[] = {
1104 {0x6C, nullptr, "SetHardwareBreakPoint"}, 1104 {0x6C, nullptr, "SetHardwareBreakPoint"},
1105 {0x6D, nullptr, "GetDebugThreadParam"}, 1105 {0x6D, nullptr, "GetDebugThreadParam"},
1106 {0x6E, nullptr, "Unknown"}, 1106 {0x6E, nullptr, "Unknown"},
1107 {0x6F, nullptr, "GetMemoryInfo"}, 1107 {0x6F, nullptr, "GetSystemInfo"},
1108 {0x70, nullptr, "CreatePort"}, 1108 {0x70, nullptr, "CreatePort"},
1109 {0x71, nullptr, "ManageNamedPort"}, 1109 {0x71, nullptr, "ManageNamedPort"},
1110 {0x72, nullptr, "ConnectToPort"}, 1110 {0x72, nullptr, "ConnectToPort"},