Fix Ubi HX PCM16BE [Taxi 3 (GC), City Racer (GC)]

This commit is contained in:
bnnm 2020-03-01 12:16:58 +01:00
parent f61967ccca
commit 840a3e70ea

View File

@ -622,7 +622,7 @@ static VGMSTREAM * init_vgmstream_ubi_hx_header(ubi_hx_header *hx, STREAMFILE *s
switch(hx->codec) {
case PCM:
vgmstream->coding_type = coding_PCM16LE;
vgmstream->coding_type = hx->big_endian ? coding_PCM16BE : coding_PCM16LE;
vgmstream->layout_type = layout_interleave;
vgmstream->interleave_block_size = 0x02;