Integrate a second CDXA song

This commit is contained in:
2024-05-29 18:36:46 +02:00
parent 9edb3ee122
commit fe66304d6f
3 changed files with 7 additions and 3 deletions

View File

@@ -111,7 +111,7 @@ namespace Assets {
namespace XAAudio {
void play_fox() {
CDXA::play(lba, CDXA::CDFile{FOX_XA}, 0);
CDXA::play(lba, FOX_XA, 0, false);
}
}
}