Add Silent Audio Dumping INI Option

This commit is contained in:
Chris Burgener
2017-01-08 13:51:00 -05:00
parent 358de1e2ee
commit 47b3a9c68e
3 changed files with 7 additions and 1 deletions

View File

@ -298,6 +298,7 @@ struct SConfig : NonCopyable
bool m_DSPEnableJIT;
bool m_DSPCaptureLog;
bool m_DumpAudio;
bool m_DumpAudioSilent;
bool m_IsMuted;
bool m_DumpUCode;
int m_Volume;