diff options
| author | Pokechu22 <Pokechu022@gmail.com> | 2021-11-27 17:09:55 -0800 |
|---|---|---|
| committer | Pokechu22 <Pokechu022@gmail.com> | 2022-04-16 12:35:00 -0700 |
| commit | f3eff70e2fda8ad0894f34336584f331ab989b68 (patch) | |
| tree | 0b2f23c5206c990bff21bce2073e54454a733d3e /Source/Core/VideoCommon/VideoConfig.cpp | |
| parent | 4d1e1db3c55c1d51a325e46274a1f8587805d529 (diff) | |
Implement ImGui window for scissor rectangles
This is mainly for debugging, and is only exposed by manually editing the configuration.
Diffstat (limited to 'Source/Core/VideoCommon/VideoConfig.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/VideoConfig.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/VideoCommon/VideoConfig.cpp b/Source/Core/VideoCommon/VideoConfig.cpp index cd35be1ae7..6d8cd7ff29 100644 --- a/Source/Core/VideoCommon/VideoConfig.cpp +++ b/Source/Core/VideoCommon/VideoConfig.cpp @@ -62,6 +62,7 @@ void VideoConfig::Refresh() bLogRenderTimeToFile = Config::Get(Config::GFX_LOG_RENDER_TIME_TO_FILE); bOverlayStats = Config::Get(Config::GFX_OVERLAY_STATS); bOverlayProjStats = Config::Get(Config::GFX_OVERLAY_PROJ_STATS); + bOverlayScissorStats = Config::Get(Config::GFX_OVERLAY_SCISSOR_STATS); bDumpTextures = Config::Get(Config::GFX_DUMP_TEXTURES); bDumpMipmapTextures = Config::Get(Config::GFX_DUMP_MIP_TEXTURES); bDumpBaseTextures = Config::Get(Config::GFX_DUMP_BASE_TEXTURES); |
