mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06: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:
@ -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".
|
||||
|
Reference in New Issue
Block a user