mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-01-30 19:13:09 +00:00
GekkoDisassembler: fix conditional twi opcode
This commit is contained in:
parent
75bc9a474e
commit
1c157d1fc8
@ -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
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user