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