mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 22:29:21 +00:00
Changed Dump Frames References
This commit is contained in:
parent
18c81dbc33
commit
cd0c784d5a
3 changed files with 4 additions and 5 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue