diff options
| author | 2018-04-17 18:37:43 +0300 | |
|---|---|---|
| committer | 2018-04-17 11:37:43 -0400 | |
| commit | e52a87b98a8aba7df498f4cdb861484ecd0333ca (patch) | |
| tree | d23babf7fd3e6b40c77a1ba5141ff3cad6357787 /src/core/hle/kernel/svc.cpp | |
| parent | Merge pull request #342 from bunnei/indexed-verts (diff) | |
| download | yuzu-e52a87b98a8aba7df498f4cdb861484ecd0333ca.tar.gz yuzu-e52a87b98a8aba7df498f4cdb861484ecd0333ca.tar.xz yuzu-e52a87b98a8aba7df498f4cdb861484ecd0333ca.zip | |
Various service name fixes - part 2 (rebased) (#322)
* Updated ACC with more service names
* Updated SVC with more service names
* Updated set with more service names
* Updated sockets with more service names
* Updated SPL with more service names
* Updated time with more service names
* Updated vi with more service names
Diffstat (limited to 'src/core/hle/kernel/svc.cpp')
| -rw-r--r-- | src/core/hle/kernel/svc.cpp | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/core/hle/kernel/svc.cpp b/src/core/hle/kernel/svc.cpp index 36ea23cd9..54b1d5d75 100644 --- a/src/core/hle/kernel/svc.cpp +++ b/src/core/hle/kernel/svc.cpp | |||
| @@ -861,14 +861,14 @@ static const FunctionDef SVC_Table[] = { | |||
| 861 | {0x2B, nullptr, "FlushDataCache"}, | 861 | {0x2B, nullptr, "FlushDataCache"}, |
| 862 | {0x2C, nullptr, "MapPhysicalMemory"}, | 862 | {0x2C, nullptr, "MapPhysicalMemory"}, |
| 863 | {0x2D, nullptr, "UnmapPhysicalMemory"}, | 863 | {0x2D, nullptr, "UnmapPhysicalMemory"}, |
| 864 | {0x2E, nullptr, "Unknown"}, | 864 | {0x2E, nullptr, "GetNextThreadInfo"}, |
| 865 | {0x2F, nullptr, "GetLastThreadInfo"}, | 865 | {0x2F, nullptr, "GetLastThreadInfo"}, |
| 866 | {0x30, nullptr, "GetResourceLimitLimitValue"}, | 866 | {0x30, nullptr, "GetResourceLimitLimitValue"}, |
| 867 | {0x31, nullptr, "GetResourceLimitCurrentValue"}, | 867 | {0x31, nullptr, "GetResourceLimitCurrentValue"}, |
| 868 | {0x32, SvcWrap<SetThreadActivity>, "SetThreadActivity"}, | 868 | {0x32, SvcWrap<SetThreadActivity>, "SetThreadActivity"}, |
| 869 | {0x33, SvcWrap<GetThreadContext>, "GetThreadContext"}, | 869 | {0x33, SvcWrap<GetThreadContext>, "GetThreadContext"}, |
| 870 | {0x34, nullptr, "Unknown"}, | 870 | {0x34, nullptr, "WaitForAddress"}, |
| 871 | {0x35, nullptr, "Unknown"}, | 871 | {0x35, nullptr, "SignalToAddress"}, |
| 872 | {0x36, nullptr, "Unknown"}, | 872 | {0x36, nullptr, "Unknown"}, |
| 873 | {0x37, nullptr, "Unknown"}, | 873 | {0x37, nullptr, "Unknown"}, |
| 874 | {0x38, nullptr, "Unknown"}, | 874 | {0x38, nullptr, "Unknown"}, |
| @@ -876,7 +876,7 @@ static const FunctionDef SVC_Table[] = { | |||
| 876 | {0x3A, nullptr, "Unknown"}, | 876 | {0x3A, nullptr, "Unknown"}, |
| 877 | {0x3B, nullptr, "Unknown"}, | 877 | {0x3B, nullptr, "Unknown"}, |
| 878 | {0x3C, nullptr, "DumpInfo"}, | 878 | {0x3C, nullptr, "DumpInfo"}, |
| 879 | {0x3D, nullptr, "Unknown"}, | 879 | {0x3D, nullptr, "DumpInfoNew"}, |
| 880 | {0x3E, nullptr, "Unknown"}, | 880 | {0x3E, nullptr, "Unknown"}, |
| 881 | {0x3F, nullptr, "Unknown"}, | 881 | {0x3F, nullptr, "Unknown"}, |
| 882 | {0x40, nullptr, "CreateSession"}, | 882 | {0x40, nullptr, "CreateSession"}, |
| @@ -887,9 +887,9 @@ static const FunctionDef SVC_Table[] = { | |||
| 887 | {0x45, nullptr, "CreateEvent"}, | 887 | {0x45, nullptr, "CreateEvent"}, |
| 888 | {0x46, nullptr, "Unknown"}, | 888 | {0x46, nullptr, "Unknown"}, |
| 889 | {0x47, nullptr, "Unknown"}, | 889 | {0x47, nullptr, "Unknown"}, |
| 890 | {0x48, nullptr, "Unknown"}, | 890 | {0x48, nullptr, "AllocateUnsafeMemory"}, |
| 891 | {0x49, nullptr, "Unknown"}, | 891 | {0x49, nullptr, "FreeUnsafeMemory"}, |
| 892 | {0x4A, nullptr, "Unknown"}, | 892 | {0x4A, nullptr, "SetUnsafeAllocationLimit"}, |
| 893 | {0x4B, nullptr, "CreateJitMemory"}, | 893 | {0x4B, nullptr, "CreateJitMemory"}, |
| 894 | {0x4C, nullptr, "MapJitMemory"}, | 894 | {0x4C, nullptr, "MapJitMemory"}, |
| 895 | {0x4D, nullptr, "SleepSystem"}, | 895 | {0x4D, nullptr, "SleepSystem"}, |
| @@ -926,7 +926,7 @@ static const FunctionDef SVC_Table[] = { | |||
| 926 | {0x6C, nullptr, "SetHardwareBreakPoint"}, | 926 | {0x6C, nullptr, "SetHardwareBreakPoint"}, |
| 927 | {0x6D, nullptr, "GetDebugThreadParam"}, | 927 | {0x6D, nullptr, "GetDebugThreadParam"}, |
| 928 | {0x6E, nullptr, "Unknown"}, | 928 | {0x6E, nullptr, "Unknown"}, |
| 929 | {0x6F, nullptr, "Unknown"}, | 929 | {0x6F, nullptr, "GetMemoryInfo"}, |
| 930 | {0x70, nullptr, "CreatePort"}, | 930 | {0x70, nullptr, "CreatePort"}, |
| 931 | {0x71, nullptr, "ManageNamedPort"}, | 931 | {0x71, nullptr, "ManageNamedPort"}, |
| 932 | {0x72, nullptr, "ConnectToPort"}, | 932 | {0x72, nullptr, "ConnectToPort"}, |