From 48b2f7d2001f99bcfb3fb92ef23e1358dc346826 Mon Sep 17 00:00:00 2001 From: Jordan Woyak Date: Tue, 11 Mar 2025 02:45:48 -0500 Subject: VideoConfig: Eliminate frame dumping members. --- Source/Core/VideoCommon/Present.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/Core/VideoCommon/Present.cpp') 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 target_rect; - switch (g_ActiveConfig.frame_dumps_resolution_type) + switch (Config::Get(Config::GFX_FRAME_DUMPS_RESOLUTION_TYPE)) { default: case FrameDumpResolutionType::WindowResolution: -- cgit v1.2.3