mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-07 08:39:00 +00:00
Add Silent Audio Dumping INI Option
This commit is contained in:
parent
358de1e2ee
commit
47b3a9c68e
3 changed files with 7 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue