mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-28 16:30:54 +01:00
MUSX: Added PC support [Ice Age 2 (PC)]
This commit is contained in:
parent
2ac2c0ce28
commit
4c58881343
@ -228,6 +228,12 @@ static int parse_musx_stream(STREAMFILE *streamFile, musx_header *musx) {
|
||||
musx->codec = DAT;
|
||||
break;
|
||||
|
||||
case 0x50435F5F: /* "PC__" */
|
||||
default_channels = 2;
|
||||
default_sample_rate = 44100;
|
||||
musx->codec = DAT;
|
||||
break;
|
||||
|
||||
default:
|
||||
VGM_LOG("MUSX: unknown platform %x\n", musx->platform);
|
||||
goto fail;
|
||||
|
Loading…
Reference in New Issue
Block a user