Minor code improvements (#1124)

This commit is contained in:
goeiecool9999 2024-03-18 09:18:02 +01:00 committed by GitHub
parent eaa82817dd
commit 42d14eec96
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 17 additions and 20 deletions

View file

@ -973,7 +973,7 @@ void _emitOperandInputCode(LatteDecompilerShaderContext* shaderContext, LatteDec
}
else
{
cemuLog_log(LogType::Force, "Unsupported shader ALU operand sel 0x%x\n", aluInstruction->sourceOperand[operandIndex].sel);
cemuLog_log(LogType::Force, "Unsupported shader ALU operand sel {:#x}\n", aluInstruction->sourceOperand[operandIndex].sel);
debugBreakpoint();
}