i think this should fix the psp builds. Thanks to Zeth for the help on this one.
This commit is contained in:
@@ -146,13 +146,7 @@ JSample *JSoundSystem::LoadSample(const char *fileName)
|
|||||||
|
|
||||||
void JSoundSystem::PauseMusic(JMusic *music)
|
void JSoundSystem::PauseMusic(JMusic *music)
|
||||||
{
|
{
|
||||||
StopMusic(music);
|
StopMP3();
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
void JSoundSystem::ResumeMusic(JMusic *music)
|
|
||||||
{
|
|
||||||
PlayMusic(music);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user