CommonHostInterface: Add volume up/down/mute hotkeys

This commit is contained in:
Connor McLaughlin
2020-05-10 00:54:23 +10:00
parent 5aacfa7be3
commit 6477e5fb54
2 changed files with 36 additions and 0 deletions

View File

@ -124,6 +124,7 @@ private:
void RegisterGeneralHotkeys();
void RegisterGraphicsHotkeys();
void RegisterSaveStateHotkeys();
void RegisterAudioHotkeys();
void UpdateControllerInputMap(SettingsInterface& si);
void UpdateHotkeyInputMap(SettingsInterface& si);
void ClearAllControllerBindings(SettingsInterface& si);