Ubi SB: Fixed Ubi ADPCM in Xbox banks

This commit is contained in:
NicknineTheEagle 2020-06-02 21:55:55 +03:00
parent bfda03151d
commit 7de18ae55a

View File

@ -2260,6 +2260,7 @@ static int parse_stream_codec(ubi_sb_header* sb) {
case 0x02: case 0x02:
switch (sb->platform) { switch (sb->platform) {
case UBI_PC: case UBI_PC:
case UBI_XBOX:
sb->codec = UBI_ADPCM; sb->codec = UBI_ADPCM;
break; break;
case UBI_PS3: case UBI_PS3: