MUSX: Added Xbox variant [Ice Age 2 (Xbox)]

This commit is contained in:
NicknineTheEagle 2022-10-01 17:35:46 +03:00
parent 6b60136d0b
commit 4a7209ae68

View File

@ -235,6 +235,7 @@ static int parse_musx_stream(STREAMFILE* sf, musx_header* musx) {
break;
case 0x58425F5F: /* "XB__" */
case 0x5842315F: /* "XB1_" */
default_channels = 2;
default_sample_rate = 44100;
musx->codec = DAT;