mirror of https://github.com/PCSX2/pcsx2.git
ImGuiOverlays: Add Texture in RT
Adds Texture in RT to the imgui overlay.
This commit is contained in:
parent
480e126437
commit
7a82b941cb
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue