mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	Kernel: Use the correct format string for u64 hex.
This commit is contained in:
		
							parent
							
								
									bdcf28e3bc
								
							
						
					
					
						commit
						0d69b2f7bd
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -66,7 +66,7 @@ static void TimerCallback(u64 timer_handle, int cycles_late) { | |||
|     SharedPtr<Timer> timer = timer_callback_handle_table.Get<Timer>(static_cast<Handle>(timer_handle)); | ||||
| 
 | ||||
|     if (timer == nullptr) { | ||||
|         LOG_CRITICAL(Kernel, "Callback fired for invalid timer %08X", timer_handle); | ||||
|         LOG_CRITICAL(Kernel, "Callback fired for invalid timer %08lX", timer_handle); | ||||
|         return; | ||||
|     } | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue