mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2025-04-28 21:37:58 +03:00
Increase installer audio chunk size to 4096. (#475)
This commit is contained in:
parent
8d6847075a
commit
2ee4a056e6
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
Add a link
Reference in a new issue