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:
master0fdisaster
2018-06-05 23:34:28 +02:00
parent 21898a0c5a
commit 7a90ea2752
4 changed files with 43 additions and 17 deletions

View File

@ -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".