diff options
| author | OatmealDome <OatmealDome@users.noreply.github.com> | 2025-03-16 14:53:47 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-16 14:53:47 -0400 |
| commit | 9e513d93e16876cc1d5bed285fa09a8993fdf796 (patch) | |
| tree | 1b6f774e9b637300f6a312f0554a0bab5f747903 /Source/Core/VideoCommon/Present.cpp | |
| parent | 07cec796f490a2d37fe8283e63f30c40c22e2159 (diff) | |
| parent | 48b2f7d2001f99bcfb3fb92ef23e1358dc346826 (diff) | |
Merge pull request #13414 from jordan-woyak/vconfig-framedump
VideoConfig: Eliminate frame dumping members.
Diffstat (limited to 'Source/Core/VideoCommon/Present.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/Present.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/Present.cpp b/Source/Core/VideoCommon/Present.cpp index 1d1a77b4ca..43f1c8140f 100644 --- a/Source/Core/VideoCommon/Present.cpp +++ b/Source/Core/VideoCommon/Present.cpp @@ -229,7 +229,7 @@ void Presenter::ProcessFrameDumping(u64 ticks) const if (g_frame_dumper->IsFrameDumping() && m_xfb_entry) { MathUtil::Rectangle<int> target_rect; - switch (g_ActiveConfig.frame_dumps_resolution_type) + switch (Config::Get(Config::GFX_FRAME_DUMPS_RESOLUTION_TYPE)) { default: case FrameDumpResolutionType::WindowResolution: |
