Add XA .ixa extension [Wild Arms (PS1)]

This commit is contained in:
bnnm 2025-02-08 12:05:02 +01:00
parent 446396ea63
commit 765a27473e
2 changed files with 5 additions and 3 deletions

View File

@ -270,6 +270,7 @@ static const char* extension_list[] = {
"ivag",
"ivb",
"ivs", //txth/reserved [Burnout 2 (PS2)]
"ixa",
"joe",
"jstm",

View File

@ -38,10 +38,11 @@ VGMSTREAM* init_vgmstream_xa(STREAMFILE* sf) {
* .pxa: Mortal Kombat 4 (PS1)
* .grn: Micro Machines (CDi)
* .an2: Croc (PS1) movies
* .xai: Quake II (PS1)
* .no: Incredible Crisis (PS1)
* (extensionless): bigfiles [Castlevania: Symphony of the Night (PS1)] */
if (!check_extensions(sf,"xa,str,pxa,grn,an2,,xai"))
* (extensionless): bigfiles [Castlevania: Symphony of the Night (PS1)]
* .xai: Quake II (PS1)
* .ixa: Wild Arms (PS1) */
if (!check_extensions(sf,"xa,str,pxa,grn,an2,no,,xai,ixa"))
return NULL;
/* Proper XA comes in raw (BIN 2352 mode2/form2) CD sectors, that contain XA subheaders.