GekkoDisassembler: fix conditional twi opcode

This commit is contained in:
Tillmann Karras 2025-12-12 00:53:45 +00:00
parent 75bc9a474e
commit 1c157d1fc8

View File

@ -493,7 +493,7 @@ void GekkoDisassembler::trapi(u32 in, unsigned char dmode)
if (cnd != nullptr)
{
m_opcode = fmt::format("t{}{}", dmode ? 'd' : 'w', cnd);
m_opcode = fmt::format("t{}{}i", dmode ? 'd' : 'w', cnd);
}
else
{