Backup badge extdata before installing badges

This commit is contained in:
2024-06-04 22:38:19 -04:00
parent 8e876d027b
commit c2edc50750
3 changed files with 43 additions and 2 deletions

View File

@@ -280,7 +280,8 @@ void fill_buffers(audio_s *audio)
if (!audio->is_looping && audio->current_block == audio->loop_end)
{
// stop playing
audio->stop = true;
return;
}
for (u8 channelIndex = 0; channelIndex < audio->channel_count; ++channelIndex)