Minor doc

This commit is contained in:
bnnm 2020-06-04 23:20:57 +02:00
parent 706621575e
commit 4139294c3d
2 changed files with 3 additions and 1 deletions

View File

@ -845,7 +845,7 @@ JIN003.XAG: 0x180
```
**Grandia (PS1) bgm.txth**
#### Grandia (PS1) bgm.txth
```
header_file = GM1.IDX
body_file = GM1.STZ

View File

@ -155,6 +155,8 @@ int ffmpeg_make_riff_xma1(uint8_t * buf, size_t buf_size, size_t sample_count, s
put_16bitLE(buf+off+0x12, speakers);
}
/* xmaencode decoding rejects XMA1 without "seek" chunk, though it doesn't seem to use it */
memcpy(buf+riff_size-4-4, "data", 4);
put_32bitLE(buf+riff_size-4, data_size); /* data size */