mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-08 07:51:28 +12:00
Fixup for cpu_flag::pause state check after #8114
This commit is contained in:
parent
d66bdf1653
commit
954e3f6e6c
2 changed files with 17 additions and 6 deletions
|
@ -1041,7 +1041,9 @@ static T ppu_load_acquire_reservation(ppu_thread& ppu, u32 addr)
|
|||
}
|
||||
else
|
||||
{
|
||||
ppu.state += cpu_flag::wait;
|
||||
std::this_thread::yield();
|
||||
ppu.check_state();
|
||||
}
|
||||
}())
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue