mirror of
https://github.com/RPCSX/rpcsx.git
synced 2025-12-06 07:12:14 +01:00
rpcsx-gpu: IT_WRITE_DATA: implement TC L2 destination
This commit is contained in:
parent
df225532ca
commit
8d7686c3d2
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue