summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/Present.cpp
diff options
context:
space:
mode:
authorJordan Woyak <jordan.woyak@gmail.com>2025-03-11 02:45:48 -0500
committerJordan Woyak <jordan.woyak@gmail.com>2025-03-16 04:30:06 -0500
commit48b2f7d2001f99bcfb3fb92ef23e1358dc346826 (patch)
tree30c31a26ea7c43f391135300bf1dd91dd8d68b2b /Source/Core/VideoCommon/Present.cpp
parentf4c37aeb148c93511b406be9ddeb88324b029ccd (diff)
VideoConfig: Eliminate frame dumping members.
Diffstat (limited to 'Source/Core/VideoCommon/Present.cpp')
-rw-r--r--Source/Core/VideoCommon/Present.cpp2
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: