GekkoDisassembler: fix rld*

This commit is contained in:
Shawn Hoffman 2020-08-17 17:24:46 -07:00
parent 49590c9a42
commit b021573a70

View File

@ -1470,7 +1470,7 @@ u32* GekkoDisassembler::DoDisassembly(bool big_endian)
break;
case 30:
switch (in & 0x1c)
switch ((in >> 2) & 0x7)
{
case 0:
rld(in, "icl", 0); // rldicl