From 3efd5f360c269914c3f6f2bff2bff62eb91ebbf7 Mon Sep 17 00:00:00 2001 From: Eladash Date: Sun, 15 Dec 2019 10:22:32 +0200 Subject: [PATCH] PPU DisAsm: Again --- rpcs3/Emu/Cell/PPUDisAsm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpcs3/Emu/Cell/PPUDisAsm.cpp b/rpcs3/Emu/Cell/PPUDisAsm.cpp index 6196822f28..44eff74ba9 100644 --- a/rpcs3/Emu/Cell/PPUDisAsm.cpp +++ b/rpcs3/Emu/Cell/PPUDisAsm.cpp @@ -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;