forked from cafeberry/cafeberry
fix: PS-Vita and Xbox 360 compile errors
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user