mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-12-03 02:27:18 +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
|
"kovs", //fake extension/header id for .kvs
|
||||||
"kns",
|
"kns",
|
||||||
"kraw",
|
"kraw",
|
||||||
|
"ktsl2asbin",
|
||||||
"ktss", //fake extension/header id for .kns
|
"ktss", //fake extension/header id for .kns
|
||||||
"kvs",
|
"kvs",
|
||||||
|
|
||||||
|
@ -45,8 +45,7 @@ VGMSTREAM* init_vgmstream_ktsr(STREAMFILE* sf) {
|
|||||||
|
|
||||||
|
|
||||||
/* checks */
|
/* checks */
|
||||||
/* .ktsl2asbin: common [Atelier Ryza (PC), Attack on Titan: Wings of Freedom (Vita)]
|
/* .ktsl2asbin: common [Atelier Ryza (PC/Switch), Nioh (PC)] */
|
||||||
* .ktsr: header ID */
|
|
||||||
if (!check_extensions(sf, "ktsl2asbin"))
|
if (!check_extensions(sf, "ktsl2asbin"))
|
||||||
goto fail;
|
goto fail;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user