mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	service/cecd: Migrate logging macros
This commit is contained in:
		
							parent
							
								
									e27bb6394d
								
							
						
					
					
						commit
						c9737ff16c
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		|  | @ -25,7 +25,7 @@ void GetCecStateAbbreviated(Service::Interface* self) { | |||
|     cmd_buff[1] = RESULT_SUCCESS.raw; // No error
 | ||||
|     cmd_buff[2] = static_cast<u32>(CecStateAbbreviated::CEC_STATE_ABBREV_IDLE); | ||||
| 
 | ||||
|     LOG_WARNING(Service_CECD, "(STUBBED) called"); | ||||
|     NGLOG_WARNING(Service_CECD, "(STUBBED) called"); | ||||
| } | ||||
| 
 | ||||
| void GetCecInfoEventHandle(Service::Interface* self) { | ||||
|  | @ -34,7 +34,7 @@ void GetCecInfoEventHandle(Service::Interface* self) { | |||
|     cmd_buff[1] = RESULT_SUCCESS.raw;                                    // No error
 | ||||
|     cmd_buff[3] = Kernel::g_handle_table.Create(cecinfo_event).Unwrap(); // Event handle
 | ||||
| 
 | ||||
|     LOG_WARNING(Service_CECD, "(STUBBED) called"); | ||||
|     NGLOG_WARNING(Service_CECD, "(STUBBED) called"); | ||||
| } | ||||
| 
 | ||||
| void GetChangeStateEventHandle(Service::Interface* self) { | ||||
|  | @ -43,7 +43,7 @@ void GetChangeStateEventHandle(Service::Interface* self) { | |||
|     cmd_buff[1] = RESULT_SUCCESS.raw;                                         // No error
 | ||||
|     cmd_buff[3] = Kernel::g_handle_table.Create(change_state_event).Unwrap(); // Event handle
 | ||||
| 
 | ||||
|     LOG_WARNING(Service_CECD, "(STUBBED) called"); | ||||
|     NGLOG_WARNING(Service_CECD, "(STUBBED) called"); | ||||
| } | ||||
| 
 | ||||
| void Init() { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue