Changed Dump Frames References

This commit is contained in:
Fog
2014-10-11 23:33:09 -04:00
parent 18c81dbc33
commit cd0c784d5a
3 changed files with 4 additions and 5 deletions

View File

@ -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))