diff --git a/rpcsx-gpu/Pipe.cpp b/rpcsx-gpu/Pipe.cpp index d32df223a..8397c04d9 100644 --- a/rpcsx-gpu/Pipe.cpp +++ b/rpcsx-gpu/Pipe.cpp @@ -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(dstAddressHi) << 32);