mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	video_core: clean format warnings
This commit is contained in:
		
							parent
							
								
									ed17c54307
								
							
						
					
					
						commit
						47c0c87c47
					
				
					 8 changed files with 32 additions and 25 deletions
				
			
		|  | @ -853,7 +853,7 @@ void JitShader::Compile_NextInstr() { | |||
|     } else { | ||||
|         // Unhandled instruction
 | ||||
|         LOG_CRITICAL(HW_GPU, "Unhandled instruction: 0x%02x (0x%08x)", | ||||
|                      instr.opcode.Value().EffectiveOpCode(), instr.hex); | ||||
|                      static_cast<u32>(instr.opcode.Value().EffectiveOpCode()), instr.hex); | ||||
|     } | ||||
| } | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue