mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 13:50:03 +00:00 
			
		
		
		
	service/cecd: Corrected cecd:s function table
This commit is contained in:
		
							parent
							
								
									105bcc95c0
								
							
						
					
					
						commit
						0d15b99bfc
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		|  | @ -32,7 +32,8 @@ CECD_S::CECD_S(std::shared_ptr<Module> cecd) | ||||||
|         {0x00120104, &CECD_S::OpenAndRead, "OpenAndRead"}, |         {0x00120104, &CECD_S::OpenAndRead, "OpenAndRead"}, | ||||||
|         {0x001E0082, nullptr, "GetEventLog"}, |         {0x001E0082, nullptr, "GetEventLog"}, | ||||||
|         {0x001F0000, nullptr, "GetEventLogStart"}, |         {0x001F0000, nullptr, "GetEventLogStart"}, | ||||||
|         {0x40020002, nullptr, "GetCecInfoEventHandleSys"}, |         // cecd:s commands
 | ||||||
|  |         {0x04020002, nullptr, "GetCecInfoEventHandleSys"}, | ||||||
|         // clang-format on
 |         // clang-format on
 | ||||||
|     }; |     }; | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue