mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 06:55:09 +00:00
PPU: Implement support for 128-byte reservations coherency
This commit is contained in:
parent
3f7eba19c8
commit
f4ca6f02a1
8 changed files with 539 additions and 144 deletions
|
|
@ -273,7 +273,7 @@ namespace vm
|
|||
{
|
||||
if (auto& ptr = g_tls_locked)
|
||||
{
|
||||
*ptr = nullptr;
|
||||
ptr->release(nullptr);
|
||||
ptr = nullptr;
|
||||
|
||||
if (cpu.state & cpu_flag::memory)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue