Skip to content

Commit

Permalink
Remove unused variable in PPUThread.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Megamouse committed Aug 23, 2023
1 parent 6b7f4cb commit 8772219
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rpcs3/Emu/Cell/PPUThread.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1738,8 +1738,6 @@ std::vector<std::pair<u32, u32>> ppu_thread::dump_callstack_list() const

const auto type = g_ppu_itype.decode(test_op.opcode);

const u32 spr = ((test_op.spr >> 5) | ((test_op.spr & 0x1f) << 5));

if (type == ppu_itype::BCLR)
{
break;
Expand Down

0 comments on commit 8772219

Please sign in to comment.