SPU: fixup after #9630

Co-Authored-By: Ivan <nekotekina@gmail.com>
This commit is contained in:
Eladash 2021-01-21 18:29:37 +02:00 committed by Ivan
parent 12e1be2626
commit a58c12db0b
3 changed files with 19 additions and 6 deletions

View file

@ -914,6 +914,7 @@ void ppu_thread::exec_task()
ppu_thread::~ppu_thread()
{
perf_log.notice("Perf stats for STCX reload: successs %u, failure %u", last_succ, last_fail);
}
ppu_thread::ppu_thread(const ppu_thread_params& param, std::string_view name, u32 prio, int detached)