Rename XA audio function

This commit is contained in:
Jaby
2024-10-05 11:16:54 +02:00
parent ca1fd5f911
commit 65f4ed402e
3 changed files with 3 additions and 3 deletions

View File

@@ -25,7 +25,7 @@ struct CDPlayer {
void play() {
if(this->is_xa) {
Assets::XAAudio::play_fox();
Assets::XAAudio::play_mix();
}
else {