Don't try and play mono ogg files

This commit is contained in:
2018-05-13 09:02:55 -04:00
parent 1c3e8809f6
commit fa37bcec99
3 changed files with 21 additions and 6 deletions

View File

@@ -460,6 +460,7 @@ int main(void)
audio = calloc(1, sizeof(audio_s));
Result r = load_audio(current_list->entries[current_list->selected_entry], audio);
if (R_SUCCEEDED(r)) play_audio(audio);
else audio = NULL;
}
}
else