Windows AVIDump: support "silent" frame dumping

When enabled, the silent option will avoid popping up dialog boxes for
overwrite confirmation or codec selection. The codec selection defaults to
uncompressed RGB.

This is required for FifoCI on Windows which needs to drive Dolphin from the
command line exclusively.
This commit is contained in:
Pierre Bourdon 2015-02-14 23:38:14 +01:00
commit 3500740dd4
3 changed files with 17 additions and 2 deletions

View file

@ -100,6 +100,7 @@ struct SConfig : NonCopyable
std::string m_strMovieAuthor;
unsigned int m_FrameSkip;
bool m_DumpFrames;
bool m_DumpFramesSilent;
bool m_ShowInputDisplay;
// DSP settings