mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 00:11:24 +12:00
PPU: HACK instruction removed
Breakpoints fixed
This commit is contained in:
parent
ddd6ebc58d
commit
3bfe17a14f
20 changed files with 155 additions and 379 deletions
|
@ -1936,12 +1936,6 @@ bool ppu_interpreter::BC(ppu_thread& ppu, ppu_opcode_t op)
|
|||
}
|
||||
}
|
||||
|
||||
bool ppu_interpreter::HACK(ppu_thread& ppu, ppu_opcode_t op)
|
||||
{
|
||||
ppu_execute_function(ppu, op.opcode & 0x3ffffff);
|
||||
return true;
|
||||
}
|
||||
|
||||
bool ppu_interpreter::SC(ppu_thread& ppu, ppu_opcode_t op)
|
||||
{
|
||||
if (op.opcode != ppu_instructions::SC(0))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue