fix: PS-Vita and Xbox 360 compile errors

This commit is contained in:
2026-09-08 16:33:35 +01:00
parent 886c0c8e29
commit 8970406c7f
4 changed files with 10 additions and 10 deletions
@@ -1119,12 +1119,12 @@ int SoundEngine::OpenStreamThreadProc( void* lpParameter )
// playMusicTick
//
/////////////////////////////////////////////
#ifndef __PSVITA__ // AP - vita will update the music during the mixer callback
void SoundEngine::playMusicTick()
{
#ifndef __PSVITA__ // AP - vita will update the music during the mixer callback
playMusicUpdate();
}
#endif
}
// AP - moved to a separate function so it can be called from the mixer callback on Vita
void SoundEngine::playMusicUpdate()