mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-11-03 23:28:48 +00:00 
			
		
		
		
	Merge pull request #412 from purpasmart96/svc_table_cleanup
SVC: Update the SVC function table
This commit is contained in:
		
						commit
						206cabc0e4
					
				
					 1 changed files with 7 additions and 7 deletions
				
			
		| 
						 | 
				
			
			@ -589,15 +589,15 @@ const HLE::FunctionDef SVC_Table[] = {
 | 
			
		|||
    {0x70, nullptr,                         "ControlProcessMemory"},
 | 
			
		||||
    {0x71, nullptr,                         "MapProcessMemory"},
 | 
			
		||||
    {0x72, nullptr,                         "UnmapProcessMemory"},
 | 
			
		||||
    {0x73, nullptr,                         "Unknown"},
 | 
			
		||||
    {0x74, nullptr,                         "Unknown"},
 | 
			
		||||
    {0x75, nullptr,                         "Unknown"},
 | 
			
		||||
    {0x73, nullptr,                         "CreateCodeSet"},
 | 
			
		||||
    {0x74, nullptr,                         "RandomStub"},
 | 
			
		||||
    {0x75, nullptr,                         "CreateProcess"},
 | 
			
		||||
    {0x76, nullptr,                         "TerminateProcess"},
 | 
			
		||||
    {0x77, nullptr,                         "Unknown"},
 | 
			
		||||
    {0x77, nullptr,                         "SetProcessResourceLimits"},
 | 
			
		||||
    {0x78, nullptr,                         "CreateResourceLimit"},
 | 
			
		||||
    {0x79, nullptr,                         "Unknown"},
 | 
			
		||||
    {0x7A, nullptr,                         "Unknown"},
 | 
			
		||||
    {0x7B, nullptr,                         "Unknown"},
 | 
			
		||||
    {0x79, nullptr,                         "SetResourceLimitValues"},
 | 
			
		||||
    {0x7A, nullptr,                         "AddCodeSegment"},
 | 
			
		||||
    {0x7B, nullptr,                         "Backdoor"},
 | 
			
		||||
    {0x7C, nullptr,                         "KernelSetState"},
 | 
			
		||||
    {0x7D, nullptr,                         "QueryProcessMemory"},
 | 
			
		||||
};
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue