mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-21 03:55:32 +00:00
PPU/LLVM: Remove useless call to NotifyBlockStart
Likely a rebase error, with this Metal Slug can run at 60 fps again.
This commit is contained in:
parent
91c98a9533
commit
05c5058dfd
1 changed files with 0 additions and 1 deletions
|
@ -560,7 +560,6 @@ u32 ppu_recompiler_llvm::CPUHybridDecoderRecompiler::ExecuteTillReturn(PPUThread
|
|||
return ExecutionStatus::ExecutionStatusReturn;
|
||||
if (exit == ExecutionStatus::ExecutionStatusPropagateException)
|
||||
return ExecutionStatus::ExecutionStatusPropagateException;
|
||||
execution_engine->m_recompilation_engine->NotifyBlockStart(ppu_state->PC);
|
||||
previousInstContigousAndInterp = false;
|
||||
continue;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue