mirror of
https://github.com/vgmstream/vgmstream.git
synced 2025-02-20 20:41:08 +01:00
Add .str extension for Ben 10: Galactic Racing
This commit is contained in:
parent
a809a7c628
commit
9ae63e470b
@ -20,7 +20,7 @@ VGMSTREAM * init_vgmstream_ps2_vag(STREAMFILE *streamFile) {
|
||||
int is_swag = 0;
|
||||
|
||||
/* check extension, case insensitive */
|
||||
if ( !check_extensions(streamFile,"vag,swag") )
|
||||
if ( !check_extensions(streamFile,"vag,swag,str") )
|
||||
goto fail;
|
||||
|
||||
/* check VAG Header */
|
||||
|
Loading…
x
Reference in New Issue
Block a user