mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2025-12-19 22:42:25 +00:00
Downmix installer sounds to stereo.
This commit is contained in:
parent
3171dc8266
commit
e89ecf8d68
2 changed files with 2 additions and 2 deletions
|
|
@ -93,7 +93,7 @@ static void PlayEmbeddedSound(EmbeddedSound s)
|
||||||
|
|
||||||
void EmbeddedPlayer::Init()
|
void EmbeddedPlayer::Init()
|
||||||
{
|
{
|
||||||
Mix_OpenAudio(XAUDIO_SAMPLES_HZ, AUDIO_F32SYS, XAUDIO_NUM_CHANNELS, 256);
|
Mix_OpenAudio(XAUDIO_SAMPLES_HZ, AUDIO_F32SYS, 2, 256);
|
||||||
|
|
||||||
s_isActive = true;
|
s_isActive = true;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 83c525be1ac8400f095577ace5eacc3fabe3c79e
|
Subproject commit 66a238a20da25725ea3252949fdab3a94c509e36
|
||||||
Loading…
Add table
Reference in a new issue