mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Changed Dump Frames References
This commit is contained in:
@ -82,6 +82,8 @@
|
||||
|
||||
#include "InputCommon/ControllerInterface/ControllerInterface.h"
|
||||
|
||||
#include "VideoBackends/Software/SWVideoConfig.h"
|
||||
|
||||
#include "VideoCommon/VideoBackendBase.h"
|
||||
#include "VideoCommon/VideoConfig.h"
|
||||
|
||||
@ -727,7 +729,8 @@ void CFrame::OnTogglePauseMovie(wxCommandEvent& WXUNUSED (event))
|
||||
|
||||
void CFrame::OnToggleDumpFrames(wxCommandEvent& WXUNUSED(event))
|
||||
{
|
||||
g_ActiveConfig.bDumpFrames = !g_ActiveConfig.bDumpFrames;
|
||||
g_Config.bDumpFrames = !g_Config.bDumpFrames;
|
||||
g_SWVideoConfig.bDumpFrames = !g_SWVideoConfig.bDumpFrames;
|
||||
}
|
||||
|
||||
void CFrame::OnToggleDumpAudio(wxCommandEvent& WXUNUSED(event))
|
||||
|
Reference in New Issue
Block a user