Add missing .ktsl2asbin extension

This commit is contained in:
bnnm 2020-05-24 16:59:41 +02:00
parent 142ec05269
commit bc593e4a41
2 changed files with 2 additions and 2 deletions

View File

@ -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",

View File

@ -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;