mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-12-01 09:37:21 +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;
|
musx->codec = DAT;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
case 0x50435F5F: /* "PC__" */
|
||||||
|
default_channels = 2;
|
||||||
|
default_sample_rate = 44100;
|
||||||
|
musx->codec = DAT;
|
||||||
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
VGM_LOG("MUSX: unknown platform %x\n", musx->platform);
|
VGM_LOG("MUSX: unknown platform %x\n", musx->platform);
|
||||||
goto fail;
|
goto fail;
|
||||||
|
Loading…
Reference in New Issue
Block a user