mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-30 22:27:51 +00:00
Move bDumpFrames to SConfig (and it's references)
This commit is contained in:
parent
26fc3c168a
commit
8d424b114a
11 changed files with 20 additions and 18 deletions
|
@ -89,6 +89,7 @@ struct SConfig : NonCopyable
|
|||
bool m_ShowFrameCount;
|
||||
std::string m_strMovieAuthor;
|
||||
unsigned int m_FrameSkip;
|
||||
bool m_DumpFrames;
|
||||
|
||||
// DSP settings
|
||||
bool m_DSPEnableJIT;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue