mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-28 08:20:54 +01:00
Merge pull request #1237 from NicknineTheEagle/musx
MUSX: Added Xbox variant [Ice Age 2 (Xbox)]
This commit is contained in:
commit
2a777873aa
@ -235,6 +235,7 @@ static int parse_musx_stream(STREAMFILE* sf, musx_header* musx) {
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case 0x58425F5F: /* "XB__" */
|
case 0x58425F5F: /* "XB__" */
|
||||||
|
case 0x5842315F: /* "XB1_" */
|
||||||
default_channels = 2;
|
default_channels = 2;
|
||||||
default_sample_rate = 44100;
|
default_sample_rate = 44100;
|
||||||
musx->codec = DAT;
|
musx->codec = DAT;
|
||||||
|
Loading…
Reference in New Issue
Block a user