aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Ava/Common
diff options
context:
space:
mode:
authorMutantAura <44103205+MutantAura@users.noreply.github.com>2022-10-02 10:38:37 +0100
committerGitHub <noreply@github.com>2022-10-02 09:38:37 +0000
commit358a7816393fab8c2c323f718c18d3610e91e681 (patch)
tree3b13d0881681a699c32613bf530c9951d2ecb3d7 /Ryujinx.Ava/Common
parent45ce540b9b756f372840e923b73cfd7e3edd85f8 (diff)
Volume Hotkeys (#3500)
* Initial GTK implementation * Less messy and Avalonia imp * Move clamping to HLE and streamline imps * Make viewmodel update consistent * Fix rebase and add an english locale. Co-authored-by: Mary-nyan <mary@mary.zone>
Diffstat (limited to 'Ryujinx.Ava/Common')
-rw-r--r--Ryujinx.Ava/Common/KeyboardHotkeyState.cs4
1 files changed, 3 insertions, 1 deletions
diff --git a/Ryujinx.Ava/Common/KeyboardHotkeyState.cs b/Ryujinx.Ava/Common/KeyboardHotkeyState.cs
index a4e9c555..e85bdf34 100644
--- a/Ryujinx.Ava/Common/KeyboardHotkeyState.cs
+++ b/Ryujinx.Ava/Common/KeyboardHotkeyState.cs
@@ -9,6 +9,8 @@
Pause,
ToggleMute,
ResScaleUp,
- ResScaleDown
+ ResScaleDown,
+ VolumeUp,
+ VolumeDown
}
} \ No newline at end of file