Skip to content

Commit

Permalink
SPU: cpu_work() fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
elad335 committed Sep 17, 2021
1 parent 03072c8 commit b05fe3a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rpcs3/Emu/Cell/SPUThread.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1663,7 +1663,6 @@ void spu_thread::cpu_work()
if (mfc_size > g_cfg.core.mfc_transfers_shuffling || (timeout && get_system_time() - mfc_last_timestamp >= timeout))
{
do_mfc(false, false);
check_mfc_interrupts(pc + 4);
}
}

Expand Down

0 comments on commit b05fe3a

Please sign in to comment.