mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-01-04 10:41:35 -06:00
Implement config option to toggle surround sound. (#144)
This commit is contained in:
@@ -37,6 +37,12 @@ CONFIG_DEFINE_ENUM_TEMPLATE(EControllerIcons)
|
||||
{ "PlayStation", EControllerIcons::PlayStation }
|
||||
};
|
||||
|
||||
CONFIG_DEFINE_ENUM_TEMPLATE(EChannelConfiguration)
|
||||
{
|
||||
{ "Stereo", EChannelConfiguration::Stereo },
|
||||
{ "Surround", EChannelConfiguration::Surround }
|
||||
};
|
||||
|
||||
CONFIG_DEFINE_ENUM_TEMPLATE(EVoiceLanguage)
|
||||
{
|
||||
{ "English", EVoiceLanguage::English },
|
||||
|
||||
Reference in New Issue
Block a user