From 15c8588b637ebb1ea64c18c2f3a08b14e7c9b25b Mon Sep 17 00:00:00 2001 From: NicknineTheEagle Date: Tue, 13 Aug 2019 19:06:36 +0300 Subject: [PATCH] Ubi SB: Updated codec detection --- src/meta/ubi_sb.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/meta/ubi_sb.c b/src/meta/ubi_sb.c index b73a2488..f8cf5581 100644 --- a/src/meta/ubi_sb.c +++ b/src/meta/ubi_sb.c @@ -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;