mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
Add OSD message for Volume Hotkeys
This pr adds an OnScreenDisplay message when you use the Volume hotkeys. Just to have visual feedback.
This commit is contained in:
parent
21898a0c5a
commit
7a90ea2752
4 changed files with 43 additions and 17 deletions
|
@ -62,7 +62,8 @@ enum class OSDMessage : s32
|
|||
EFBCopyToggled = 3,
|
||||
FogToggled = 4,
|
||||
SpeedChanged = 5,
|
||||
XFBChanged = 6
|
||||
XFBChanged = 6,
|
||||
VolumeChanged = 7,
|
||||
};
|
||||
|
||||
// Renderer really isn't a very good name for this class - it's more like "Misc".
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue