mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-12 09:40:51 +01:00
Ubi SB: Updated codec detection
This commit is contained in:
parent
1e5502b39c
commit
15c8588b63
@ -1541,6 +1541,8 @@ static int parse_stream_codec(ubi_sb_header * sb) {
|
||||
break;
|
||||
case 0x00000007: /* Splinter Cell, Splinter Cell: Pandora Tomorrow */
|
||||
case 0x0000000D: /* Prince of Persia: The Sands of Time Demo */
|
||||
case 0x000A0000:
|
||||
case 0x000A0002:
|
||||
case 0x00120012: /* Myst IV: Exile */
|
||||
//todo splinter Cell Essentials
|
||||
sb->codec = UBI_ADPCM;
|
||||
|
Loading…
Reference in New Issue
Block a user