mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu.git
				synced 2025-05-12 00:45:25 +00:00 
			
		
		
		
	svc: Add CreateJitMemory and MapJitMemory svc strings
Makes the table match SwitchBrew for these entries
This commit is contained in:
		
							parent
							
								
									ee08c39b72
								
							
						
					
					
						commit
						c81ed5eb33
					
				@ -823,8 +823,8 @@ static const FunctionDef SVC_Table[] = {
 | 
				
			|||||||
    {0x48, nullptr, "Unknown"},
 | 
					    {0x48, nullptr, "Unknown"},
 | 
				
			||||||
    {0x49, nullptr, "Unknown"},
 | 
					    {0x49, nullptr, "Unknown"},
 | 
				
			||||||
    {0x4A, nullptr, "Unknown"},
 | 
					    {0x4A, nullptr, "Unknown"},
 | 
				
			||||||
    {0x4B, nullptr, "Unknown"},
 | 
					    {0x4B, nullptr, "CreateJitMemory"},
 | 
				
			||||||
    {0x4C, nullptr, "Unknown"},
 | 
					    {0x4C, nullptr, "MapJitMemory"},
 | 
				
			||||||
    {0x4D, nullptr, "SleepSystem"},
 | 
					    {0x4D, nullptr, "SleepSystem"},
 | 
				
			||||||
    {0x4E, nullptr, "ReadWriteRegister"},
 | 
					    {0x4E, nullptr, "ReadWriteRegister"},
 | 
				
			||||||
    {0x4F, nullptr, "SetProcessActivity"},
 | 
					    {0x4F, nullptr, "SetProcessActivity"},
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user