mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-10 19:45:49 +00:00
Issue 7968: Added keybinds for increasing, decreasing, and muting audio.
This commit is contained in:
parent
9465a877f8
commit
78f8bf7423
7 changed files with 60 additions and 1 deletions
|
@ -23,4 +23,7 @@ namespace AudioCommon
|
|||
void SendAIBuffer(short* samples, unsigned int num_samples);
|
||||
void StartAudioDump();
|
||||
void StopAudioDump();
|
||||
void IncreaseVolume(unsigned short offset);
|
||||
void DecreaseVolume(unsigned short offset);
|
||||
void ToggleMuteVolume();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue