mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-03-17 13:02:10 -04:00
VideoConfig: Eliminate frame dumping members.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user