mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 16:31:28 +12:00
Implement cpu_thread::suspend_all
Remove Accurate PUTLLC option. Implement fallback path for SPU transactions.
This commit is contained in:
parent
17d0dcb7a2
commit
5d45a3e47d
18 changed files with 843 additions and 362 deletions
|
@ -172,6 +172,8 @@ namespace vm
|
|||
|
||||
void temporary_unlock(cpu_thread& cpu) noexcept
|
||||
{
|
||||
cpu.state += cpu_flag::wait;
|
||||
|
||||
if (g_tls_locked && g_tls_locked->compare_and_swap_test(&cpu, nullptr))
|
||||
{
|
||||
cpu.cpu_unmem();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue