mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-24 23:10:10 +01:00
Add fsb .xen extension
This commit is contained in:
parent
1bdf3bd93e
commit
ff7dd2aa80
@ -118,8 +118,9 @@ VGMSTREAM* init_vgmstream_fsb(STREAMFILE* sf) {
|
||||
|
||||
/* .fsb: standard
|
||||
* .bnk: Hard Corps Uprising (PS3)
|
||||
* .sfx: Geon Cube (Wii) */
|
||||
if ( !check_extensions(sf, "fsb,bnk,sfx") )
|
||||
* .sfx: Geon Cube (Wii)
|
||||
* .xen: Guitar Hero: World Tour (PC) */
|
||||
if ( !check_extensions(sf, "fsb,bnk,sfx,xen") )
|
||||
goto fail;
|
||||
|
||||
fsb.id = read_u32be(0x00,sf);
|
||||
|
Loading…
Reference in New Issue
Block a user