mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2025-12-31 00:50:00 -06:00
Downmix installer sounds to stereo.
This commit is contained in:
@@ -93,7 +93,7 @@ static void PlayEmbeddedSound(EmbeddedSound s)
|
||||
|
||||
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;
|
||||
}
|
||||
|
||||
Submodule UnleashedRecompResources updated: 83c525be1a...66a238a20d
Reference in New Issue
Block a user