mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-08 16:01:42 +12:00
Partial revert of 3be687cd18
This commit is contained in:
parent
98ab5d5ba2
commit
a505d87565
2 changed files with 5 additions and 16 deletions
|
@ -1784,9 +1784,9 @@ bool spu_thread::process_mfc_cmd()
|
|||
|
||||
for (u64 i = 0;; [&]()
|
||||
{
|
||||
if (ntime & 127 && g_use_rtm && !(state & cpu_flag::wait))
|
||||
if (is_paused())
|
||||
{
|
||||
state += cpu_flag::wait;
|
||||
check_state();
|
||||
}
|
||||
|
||||
if (++i < 25) [[likely]]
|
||||
|
@ -1813,7 +1813,7 @@ bool spu_thread::process_mfc_cmd()
|
|||
ntime != time0)
|
||||
{
|
||||
// Reservation data has been modified recently
|
||||
if (time0 & 127) i += 12, ntime = time0;
|
||||
if (time0 & 127) i += 12;
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue