mirror of
https://github.com/vgmstream/vgmstream.git
synced 2025-01-30 20:03:44 +01:00
commit
16a3670ba3
@ -64,6 +64,7 @@ static const char* extension_list[] = {
|
|||||||
"akb",
|
"akb",
|
||||||
"al",
|
"al",
|
||||||
"al2",
|
"al2",
|
||||||
|
"ams", //txth/reserved [Super Dragon Ball Z (PS2) ELF names]
|
||||||
"amts", //fake extension/header id for .stm (renamed? to be removed?)
|
"amts", //fake extension/header id for .stm (renamed? to be removed?)
|
||||||
"ao",
|
"ao",
|
||||||
"apc",
|
"apc",
|
||||||
|
@ -50,7 +50,7 @@ VGMSTREAM* init_vgmstream_bkhd(STREAMFILE* sf) {
|
|||||||
if (!vgmstream) goto fail;
|
if (!vgmstream) goto fail;
|
||||||
|
|
||||||
vgmstream->num_streams = total_subsongs;
|
vgmstream->num_streams = total_subsongs;
|
||||||
snprintf(vgmstream->stream_name, STREAM_NAME_SIZE, "%i", subfile_id);
|
snprintf(vgmstream->stream_name, STREAM_NAME_SIZE, "%u", subfile_id);
|
||||||
|
|
||||||
close_streamfile(temp_sf);
|
close_streamfile(temp_sf);
|
||||||
return vgmstream;
|
return vgmstream;
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user