mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-05 06:21:26 +12:00
Fix cpu_flag::temp, make sure it removes cpu_flag::wait
This commit is contained in:
parent
86785dffa4
commit
d6daa0d05b
4 changed files with 19 additions and 24 deletions
|
@ -2651,17 +2651,9 @@ bool spu_thread::process_mfc_cmd()
|
|||
}
|
||||
else
|
||||
{
|
||||
if (g_use_rtm)
|
||||
{
|
||||
state += cpu_flag::wait + cpu_flag::temp;
|
||||
}
|
||||
|
||||
state += cpu_flag::wait + cpu_flag::temp;
|
||||
std::this_thread::yield();
|
||||
|
||||
if (g_use_rtm)
|
||||
{
|
||||
verify(HERE), !check_state();
|
||||
}
|
||||
!check_state();
|
||||
}
|
||||
}())
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue