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

@@ -122,7 +122,7 @@ namespace Assets {
}
namespace XAAudio {
void play_fox() {
void play_mix() {
CDXA::play(lba, MIX_XA, 0, false);
}
}