mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-12-01 09:37:21 +01:00
Add missing .ktsl2asbin extension
This commit is contained in:
parent
142ec05269
commit
bc593e4a41
@ -245,6 +245,7 @@ static const char* extension_list[] = {
|
||||
"kovs", //fake extension/header id for .kvs
|
||||
"kns",
|
||||
"kraw",
|
||||
"ktsl2asbin",
|
||||
"ktss", //fake extension/header id for .kns
|
||||
"kvs",
|
||||
|
||||
|
@ -45,8 +45,7 @@ VGMSTREAM* init_vgmstream_ktsr(STREAMFILE* sf) {
|
||||
|
||||
|
||||
/* checks */
|
||||
/* .ktsl2asbin: common [Atelier Ryza (PC), Attack on Titan: Wings of Freedom (Vita)]
|
||||
* .ktsr: header ID */
|
||||
/* .ktsl2asbin: common [Atelier Ryza (PC/Switch), Nioh (PC)] */
|
||||
if (!check_extensions(sf, "ktsl2asbin"))
|
||||
goto fail;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user