mirror of
				https://git.suyu.dev/suyu/suyu
				synced 2025-10-31 07:59:02 -05:00 
			
		
		
		
	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
This commit is contained in:
		| @@ -861,14 +861,14 @@ static const FunctionDef SVC_Table[] = { | ||||
|     {0x2B, nullptr, "FlushDataCache"}, | ||||
|     {0x2C, nullptr, "MapPhysicalMemory"}, | ||||
|     {0x2D, nullptr, "UnmapPhysicalMemory"}, | ||||
|     {0x2E, nullptr, "Unknown"}, | ||||
|     {0x2E, nullptr, "GetNextThreadInfo"}, | ||||
|     {0x2F, nullptr, "GetLastThreadInfo"}, | ||||
|     {0x30, nullptr, "GetResourceLimitLimitValue"}, | ||||
|     {0x31, nullptr, "GetResourceLimitCurrentValue"}, | ||||
|     {0x32, SvcWrap<SetThreadActivity>, "SetThreadActivity"}, | ||||
|     {0x33, SvcWrap<GetThreadContext>, "GetThreadContext"}, | ||||
|     {0x34, nullptr, "Unknown"}, | ||||
|     {0x35, nullptr, "Unknown"}, | ||||
|     {0x34, nullptr, "WaitForAddress"}, | ||||
|     {0x35, nullptr, "SignalToAddress"}, | ||||
|     {0x36, nullptr, "Unknown"}, | ||||
|     {0x37, nullptr, "Unknown"}, | ||||
|     {0x38, nullptr, "Unknown"}, | ||||
| @@ -876,7 +876,7 @@ static const FunctionDef SVC_Table[] = { | ||||
|     {0x3A, nullptr, "Unknown"}, | ||||
|     {0x3B, nullptr, "Unknown"}, | ||||
|     {0x3C, nullptr, "DumpInfo"}, | ||||
|     {0x3D, nullptr, "Unknown"}, | ||||
|     {0x3D, nullptr, "DumpInfoNew"}, | ||||
|     {0x3E, nullptr, "Unknown"}, | ||||
|     {0x3F, nullptr, "Unknown"}, | ||||
|     {0x40, nullptr, "CreateSession"}, | ||||
| @@ -887,9 +887,9 @@ static const FunctionDef SVC_Table[] = { | ||||
|     {0x45, nullptr, "CreateEvent"}, | ||||
|     {0x46, nullptr, "Unknown"}, | ||||
|     {0x47, nullptr, "Unknown"}, | ||||
|     {0x48, nullptr, "Unknown"}, | ||||
|     {0x49, nullptr, "Unknown"}, | ||||
|     {0x4A, nullptr, "Unknown"}, | ||||
|     {0x48, nullptr, "AllocateUnsafeMemory"}, | ||||
|     {0x49, nullptr, "FreeUnsafeMemory"}, | ||||
|     {0x4A, nullptr, "SetUnsafeAllocationLimit"}, | ||||
|     {0x4B, nullptr, "CreateJitMemory"}, | ||||
|     {0x4C, nullptr, "MapJitMemory"}, | ||||
|     {0x4D, nullptr, "SleepSystem"}, | ||||
| @@ -926,7 +926,7 @@ static const FunctionDef SVC_Table[] = { | ||||
|     {0x6C, nullptr, "SetHardwareBreakPoint"}, | ||||
|     {0x6D, nullptr, "GetDebugThreadParam"}, | ||||
|     {0x6E, nullptr, "Unknown"}, | ||||
|     {0x6F, nullptr, "Unknown"}, | ||||
|     {0x6F, nullptr, "GetMemoryInfo"}, | ||||
|     {0x70, nullptr, "CreatePort"}, | ||||
|     {0x71, nullptr, "ManageNamedPort"}, | ||||
|     {0x72, nullptr, "ConnectToPort"}, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Hexagon12
					Hexagon12