mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-11-03 23:28:48 +00:00 
			
		
		
		
	log: replace all NGLOG with LOG
This commit is contained in:
		
							parent
							
								
									fde415968e
								
							
						
					
					
						commit
						7c5a76e58b
					
				
					 152 changed files with 1541 additions and 1541 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);
 | 
			
		||||
 | 
			
		||||
    NGLOG_WARNING(Service_CECD, "(STUBBED) called");
 | 
			
		||||
    LOG_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
 | 
			
		||||
 | 
			
		||||
    NGLOG_WARNING(Service_CECD, "(STUBBED) called");
 | 
			
		||||
    LOG_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
 | 
			
		||||
 | 
			
		||||
    NGLOG_WARNING(Service_CECD, "(STUBBED) called");
 | 
			
		||||
    LOG_WARNING(Service_CECD, "(STUBBED) called");
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
void Init() {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue