Merge pull request #576 from bnnm/mab

mab
This commit is contained in:
bnnm 2020-03-14 16:48:54 +01:00 committed by GitHub
commit 16a3670ba3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 561 additions and 330 deletions

View File

@ -64,6 +64,7 @@ static const char* extension_list[] = {
"akb",
"al",
"al2",
"ams", //txth/reserved [Super Dragon Ball Z (PS2) ELF names]
"amts", //fake extension/header id for .stm (renamed? to be removed?)
"ao",
"apc",

View File

@ -50,7 +50,7 @@ VGMSTREAM* init_vgmstream_bkhd(STREAMFILE* sf) {
if (!vgmstream) goto fail;
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);
return vgmstream;

File diff suppressed because it is too large Load Diff