mirror of
https://github.com/vgmstream/vgmstream.git
synced 2025-01-18 07:44:43 +01:00
Add missing .ovb and remove .tk1 as was only used for private testing
This commit is contained in:
parent
dd64be04dd
commit
264ee065fa
@ -231,6 +231,7 @@ static const char* extension_list[] = {
|
||||
"omu",
|
||||
//"opus", //common
|
||||
"otm",
|
||||
"ovb",
|
||||
|
||||
"p1d", //txth/reserved [Farming Simulator 18 (3DS)]
|
||||
"p2bt",
|
||||
@ -336,7 +337,6 @@ static const char* extension_list[] = {
|
||||
|
||||
"tec",
|
||||
"thp",
|
||||
"tk1",
|
||||
"tk5",
|
||||
"tra",
|
||||
"tun",
|
||||
|
@ -71,8 +71,7 @@ VGMSTREAM * init_vgmstream_ps2_tk1(STREAMFILE *streamFile) {
|
||||
int loop_flag = 0, channel_count;
|
||||
|
||||
/* checks */
|
||||
/* .ovb: actual extension, tk1: fake extension */
|
||||
if (!check_extensions(streamFile, "ovb,tk1"))
|
||||
if (!check_extensions(streamFile, "ovb"))
|
||||
goto fail;
|
||||
|
||||
if (read_32bitBE(0x00,streamFile) != 0x544B3553)
|
||||
|
Loading…
x
Reference in New Issue
Block a user