mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 14:37:08 +00:00
Remove unused lambda
This commit is contained in:
parent
fff0c96bf3
commit
4323ca4a01
2 changed files with 1 additions and 6 deletions
|
|
@ -1500,7 +1500,7 @@ void ppu_trap(ppu_thread& ppu, u64 addr)
|
|||
ppu.cia += add; // Skip instructions, hope for valid code (interprter may be invoked temporarily)
|
||||
}
|
||||
|
||||
static void ppu_error(ppu_thread& ppu, u64 addr, u32 op)
|
||||
static void ppu_error(ppu_thread& ppu, u64 addr, u32 /*op*/)
|
||||
{
|
||||
ppu.cia = ::narrow<u32>(addr);
|
||||
ppu_recompiler_fallback(ppu);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue