mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-04-25 20:01:58 +00:00
Increase installer audio chunk size to 4096.
This commit is contained in:
parent
076732c4b5
commit
5ce4a7bcbb
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@ static Mix_Music* g_installerMusic;
|
|||
|
||||
void EmbeddedPlayer::Init()
|
||||
{
|
||||
Mix_OpenAudio(XAUDIO_SAMPLES_HZ, AUDIO_F32SYS, 2, 2048);
|
||||
Mix_OpenAudio(XAUDIO_SAMPLES_HZ, AUDIO_F32SYS, 2, 4096);
|
||||
g_installerMusic = Mix_LoadMUS_RW(SDL_RWFromConstMem(g_installer_music, sizeof(g_installer_music)), 1);
|
||||
|
||||
s_isActive = true;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue