mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-06 15:01:28 +12:00
SPU: Enable PUTLLC16 with RTIME checks
This commit is contained in:
parent
c73302f715
commit
8b1e7c6a48
2 changed files with 5 additions and 10 deletions
|
@ -6686,12 +6686,6 @@ spu_program spu_recompiler_base::analyse(const be_t<u32>* ls, u32 entry_point, s
|
|||
auto& stats = g_fxo->get<putllc16_statistics_t>();
|
||||
had_putllc_evaluation = true;
|
||||
|
||||
if (!g_cfg.core.spu_debug)
|
||||
{
|
||||
// TODO
|
||||
continue;
|
||||
}
|
||||
|
||||
if (!pattern.ls_write)
|
||||
{
|
||||
spu_log.success("PUTLLC0 Pattern Detected! (put_pc=0x%x, %s) (putllc0=%d, putllc16+0=%d, all=%d)", pattern.put_pc, func_hash, ++stats.nowrite, ++stats.single, +stats.all);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue