mirror of
https://github.com/hedge-dev/UnleashedRecomp
synced 2026-06-23 17:35:25 -04:00
Implemented master volume slider
This commit is contained in:
@@ -99,6 +99,11 @@ CONFIG_DEFINE_LOCALE(AllowDPadMovement)
|
||||
{ ELanguage::English, { "Allow D-Pad Movement", "Allow the player to also be controlled using the directional pad." } }
|
||||
};
|
||||
|
||||
CONFIG_DEFINE_LOCALE(MasterVolume)
|
||||
{
|
||||
{ ELanguage::English, { "Master Volume", "Adjust the overall volume." } }
|
||||
};
|
||||
|
||||
CONFIG_DEFINE_LOCALE(MusicVolume)
|
||||
{
|
||||
{ ELanguage::English, { "Music Volume", "Adjust the volume for the music." } }
|
||||
|
||||
Reference in New Issue
Block a user