mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu.git
				synced 2025-05-12 00:45:25 +00:00 
			
		
		
		
	cecd_u: Update function table
Updated based off information from 3dbrew.
This commit is contained in:
		
							parent
							
								
									4ebdb7e3e1
								
							
						
					
					
						commit
						0229983ff2
					
				@ -9,10 +9,22 @@ namespace Service {
 | 
			
		||||
namespace CECD {
 | 
			
		||||
 | 
			
		||||
static const Interface::FunctionInfo FunctionTable[] = {
 | 
			
		||||
    {0x000100C2, nullptr, "OpenRawFile"},
 | 
			
		||||
    {0x00020042, nullptr, "ReadRawFile"},
 | 
			
		||||
    {0x00030104, nullptr, "ReadMessage"},
 | 
			
		||||
    {0x00040106, nullptr, "ReadMessageWithHMAC"},
 | 
			
		||||
    {0x00050042, nullptr, "WriteRawFile"},
 | 
			
		||||
    {0x00060104, nullptr, "WriteMessage"},
 | 
			
		||||
    {0x00070106, nullptr, "WriteMessageWithHMAC"},
 | 
			
		||||
    {0x00080102, nullptr, "Delete"},
 | 
			
		||||
    {0x000A00C4, nullptr, "GetSystemInfo"},
 | 
			
		||||
    {0x000B0040, nullptr, "RunCommand"},
 | 
			
		||||
    {0x000C0040, nullptr, "RunCommandAlt"},
 | 
			
		||||
    {0x000E0000, GetCecStateAbbreviated, "GetCecStateAbbreviated"},
 | 
			
		||||
    {0x000F0000, GetCecInfoEventHandle, "GetCecInfoEventHandle"},
 | 
			
		||||
    {0x00100000, GetChangeStateEventHandle, "GetChangeStateEventHandle"},
 | 
			
		||||
    {0x00120104, nullptr, "ReadSavedData"},
 | 
			
		||||
    {0x00110104, nullptr, "OpenAndWrite"},
 | 
			
		||||
    {0x00120104, nullptr, "OpenAndRead"},
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
CECD_U_Interface::CECD_U_Interface() {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user