mirror of
https://github.com/vgmstream/vgmstream.git
synced 2025-01-30 03:47:30 +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",
|
"omu",
|
||||||
//"opus", //common
|
//"opus", //common
|
||||||
"otm",
|
"otm",
|
||||||
|
"ovb",
|
||||||
|
|
||||||
"p1d", //txth/reserved [Farming Simulator 18 (3DS)]
|
"p1d", //txth/reserved [Farming Simulator 18 (3DS)]
|
||||||
"p2bt",
|
"p2bt",
|
||||||
@ -336,7 +337,6 @@ static const char* extension_list[] = {
|
|||||||
|
|
||||||
"tec",
|
"tec",
|
||||||
"thp",
|
"thp",
|
||||||
"tk1",
|
|
||||||
"tk5",
|
"tk5",
|
||||||
"tra",
|
"tra",
|
||||||
"tun",
|
"tun",
|
||||||
|
@ -71,8 +71,7 @@ VGMSTREAM * init_vgmstream_ps2_tk1(STREAMFILE *streamFile) {
|
|||||||
int loop_flag = 0, channel_count;
|
int loop_flag = 0, channel_count;
|
||||||
|
|
||||||
/* checks */
|
/* checks */
|
||||||
/* .ovb: actual extension, tk1: fake extension */
|
if (!check_extensions(streamFile, "ovb"))
|
||||||
if (!check_extensions(streamFile, "ovb,tk1"))
|
|
||||||
goto fail;
|
goto fail;
|
||||||
|
|
||||||
if (read_32bitBE(0x00,streamFile) != 0x544B3553)
|
if (read_32bitBE(0x00,streamFile) != 0x544B3553)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user