From 1bd8ec786b3960249c587338ca76fd350d6b2f81 Mon Sep 17 00:00:00 2001 From: iMineLink Date: Mon, 14 Dec 2020 10:48:31 +0100 Subject: [PATCH] GS-hw, TC: log InvalidateLocalMem calls. --- pcsx2/GS/Renderers/HW/GSTextureCache.cpp | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/pcsx2/GS/Renderers/HW/GSTextureCache.cpp b/pcsx2/GS/Renderers/HW/GSTextureCache.cpp index 4d6edc6484..7aee2f3579 100644 --- a/pcsx2/GS/Renderers/HW/GSTextureCache.cpp +++ b/pcsx2/GS/Renderers/HW/GSTextureCache.cpp @@ -962,7 +962,16 @@ void GSTextureCache::InvalidateLocalMem(const GSOffset& off, const GSVector4i& r { u32 bp = off.bp(); u32 psm = off.psm(); - //u32 bw = off->bw; + u32 bw = off.bw(); + + GL_CACHE("TC: InvalidateLocalMem off(0x%x, %u, %s) r(%d, %d => %d, %d)", + bp, + bw, + psm_str(psm), + r.x, + r.y, + r.z, + r.w); if (GSConfig.HWDisableReadbacks) {