mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-25 07:21:14 +01:00
GekkoDisassembler: fix rld*
This commit is contained in:
parent
49590c9a42
commit
b021573a70
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user