mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-11-19 09:49:21 +01:00
*Sound loop optimized
This commit is contained in:
parent
339ea60337
commit
87b303a2fa
@ -198,7 +198,7 @@ static void WindowCredits(void * ptr)
|
||||
}
|
||||
|
||||
bgMusic->Stop();
|
||||
creditsMusic = new GuiSound(credits_music_ogg, credits_music_ogg_size, SOUND_OGG, 40);
|
||||
creditsMusic = new GuiSound(credits_music_ogg, credits_music_ogg_size, SOUND_OGG, 55);
|
||||
creditsMusic->SetVolume(55);
|
||||
creditsMusic->SetLoop(1);
|
||||
creditsMusic->Play();
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user