mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-17 08:11:51 +00:00
PPU DisAsm: Again
This commit is contained in:
parent
725761f282
commit
3efd5f360c
@ -987,7 +987,7 @@ void PPUDisAsm::SC(ppu_opcode_t op)
|
||||
|
||||
void PPUDisAsm::B(ppu_opcode_t op)
|
||||
{
|
||||
const u32 li = op.li;
|
||||
const u32 li = op.bt24;
|
||||
const u32 aa = op.aa;
|
||||
const u32 lk = op.lk;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user