Playing XA audio
This commit is contained in:
parent
9728e56ba2
commit
99117b9969
|
@ -15,6 +15,13 @@
|
|||
<file name="SYSTEM.CNF" type="data" source="Library/Code/iso/JabyEngine.cnf"/>
|
||||
<file name="SCES_003.90" type="data" source="Library/Code/bin/PSX-release/JabyEngine.psexe"/>
|
||||
|
||||
<dir name="XB">
|
||||
<file name="FOX.XA" type="xa" source="Ressource/fox.xa"/>
|
||||
<file name="SHARK.XA" type="xa" source="Ressource/shark.xa"/>
|
||||
<file name="FOXSHK.XA" type="xa" source="Ressource/fox_shark_sub.xa"/>
|
||||
<file name="FXSHKT.XA" type="xa" source="Ressource/fox_shark_sub_vtx.xa"/>
|
||||
</dir>
|
||||
|
||||
<dir name="XA">
|
||||
<file name="FOX.XA" type="xa" source="Ressource/fox.xa"/>
|
||||
<file name="SHARK.XA" type="xa" source="Ressource/shark.xa"/>
|
||||
|
|
|
@ -66,10 +66,9 @@ int main() {
|
|||
play_track(2, track_count);
|
||||
#else
|
||||
//Play CDXA
|
||||
play_xa_track("\\XA\\FOXSHK.XA;1", 0);
|
||||
play_xa_track("\\XA\\FXSHKT.XA;1", 0);
|
||||
#endif
|
||||
|
||||
|
||||
while(true);
|
||||
return 0;
|
||||
}
|
Loading…
Reference in New Issue