Rename XA audio function

This commit is contained in:
Jaby
2024-10-05 11:16:54 +02:00
committed by Jaby
parent 8217528354
commit 5c083e1cc0
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);
}
}