mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 00:59:44 -06:00
Merge pull request #1782 from FL-dolphinemu/master
Issue 7968: Added keybinds for increasing, decreasing, and muting audio.
This commit is contained in:
@ -102,6 +102,7 @@ struct SConfig : NonCopyable
|
||||
bool m_DSPEnableJIT;
|
||||
bool m_DSPCaptureLog;
|
||||
bool m_DumpAudio;
|
||||
bool m_IsMuted;
|
||||
int m_Volume;
|
||||
std::string sBackend;
|
||||
|
||||
|
Reference in New Issue
Block a user