mirror of
https://github.com/vgmstream/vgmstream.git
synced 2025-01-19 00:04:04 +01:00
Remove .04sw fake extension (use .xa)
This commit is contained in:
parent
0e2023767b
commit
ba1743cd3a
@ -21,7 +21,6 @@
|
||||
static const char* extension_list[] = {
|
||||
//"", /* vgmstream can play extensionless files too, but plugins must accept them manually */
|
||||
|
||||
"04sw",
|
||||
"208",
|
||||
"2dx9",
|
||||
"2pfs",
|
||||
|
@ -14,9 +14,7 @@ VGMSTREAM* init_vgmstream_xa_04sw(STREAMFILE* sf) {
|
||||
if (!is_id32be(0x00,sf, "04SW"))
|
||||
goto fail;
|
||||
|
||||
/* .xa: standard
|
||||
* .04sw: header ID / renamed */
|
||||
if (!check_extensions(sf,"xa,04sw"))
|
||||
if (!check_extensions(sf,"xa"))
|
||||
goto fail;
|
||||
|
||||
/* after the ID goes a modified DSP header x2 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user