rpcsx-gpu: IT_WRITE_DATA: implement TC L2 destination

This commit is contained in:
DH 2024-10-04 23:52:37 +03:00
parent df225532ca
commit 8d7686c3d2

View file

@ -655,6 +655,7 @@ bool GraphicsPipe::writeData(Queue &queue) {
break;
case 1: // memory sync
case 2: // TC L2
case 5: { // memory async
auto address =
(dstAddressLo & ~3) | (static_cast<std::uint64_t>(dstAddressHi) << 32);