diff --git a/pcsx2/Frontend/ImGuiOverlays.cpp b/pcsx2/Frontend/ImGuiOverlays.cpp index 57bd545726..d4e71f4bcd 100644 --- a/pcsx2/Frontend/ImGuiOverlays.cpp +++ b/pcsx2/Frontend/ImGuiOverlays.cpp @@ -309,6 +309,8 @@ void ImGuiManager::DrawSettingsOverlay() APPEND("CSBW={} ", GSConfig.UserHacks_CPUSpriteRenderBW); if (GSConfig.SkipDrawStart != 0 || GSConfig.SkipDrawEnd != 0) APPEND("SD={}/{} ", GSConfig.SkipDrawStart, GSConfig.SkipDrawEnd); + if (GSConfig.UserHacks_TextureInsideRt) + APPEND("TexRT "); } #undef APPEND