mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-08 16:01:42 +12:00
Reservations improved
This commit is contained in:
parent
19acaf3f86
commit
31bbf56ff1
4 changed files with 35 additions and 21 deletions
|
@ -468,9 +468,10 @@ void SPUThread::EnqMfcCmd(MFCReg& MFCArgs)
|
|||
}
|
||||
else // store unconditional (may be wrong)
|
||||
{
|
||||
vm::reservation_break(ea);
|
||||
|
||||
ProcessCmd(MFC_PUT_CMD, tag, lsa, ea, 128);
|
||||
vm::reservation_op(ea, 128, [this, tag, lsa, ea]()
|
||||
{
|
||||
ProcessCmd(MFC_PUT_CMD, tag, lsa, ea, 128);
|
||||
});
|
||||
|
||||
if (op == MFC_PUTLLUC_CMD)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue