mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 06:08:50 +00:00
VideoConfig: Eliminate frame dumping members.
This commit is contained in:
parent
f4c37aeb14
commit
48b2f7d200
5 changed files with 15 additions and 35 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue