mirror of
https://github.com/vgmstream/vgmstream.git
synced 2025-01-17 23:36:41 +01:00
Disable big endian pcm detection for now, as it was breaking some other files
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@735 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
This commit is contained in:
parent
41afdcddfa
commit
af2658ed3c
@ -82,10 +82,14 @@ void Parse_Header(STREAMFILE* streamFile,EA_STRUCT* ea, off_t offset, int length
|
||||
case 0xFC:
|
||||
case 0xFD:
|
||||
break;
|
||||
#if 0
|
||||
// was added for My Sims Kingdom, apparently this is not the right
|
||||
// way to do it (see NFS Most Wanted and Underground 2)
|
||||
case 0x06: //
|
||||
if (readPatch(streamFile, &offset) == 0x65)
|
||||
ea->compression_type = EA_PCM_BE;
|
||||
break;
|
||||
#endif
|
||||
case 0x80: // compression version
|
||||
ea->compression_version = (uint8_t)readPatch(streamFile, &offset);
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user