mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-06-05 09:13:27 +00:00
Update amuse and boo
This commit is contained in:
parent
465a073814
commit
f38a200ea2
@ -126,7 +126,7 @@ atInt16 BitstreamReader::dequantize(const atUint8* data, atUint8 q)
|
||||
/* Sign extend */
|
||||
atUint32 sign = (tempBuf >> (q - 1)) & 0x1;
|
||||
if (sign)
|
||||
tempBuf |= ~0 << q;
|
||||
tempBuf |= ~0u << q;
|
||||
|
||||
/* Return delta value */
|
||||
m_bitCur += q;
|
||||
|
2
amuse
2
amuse
@ -1 +1 @@
|
||||
Subproject commit d06fa3f0dcab4c5435592f96fe83c301e0bd3036
|
||||
Subproject commit 491fa1cd6f1db2a02af7b398bf8a07ce88cb4a50
|
2
hecl
2
hecl
@ -1 +1 @@
|
||||
Subproject commit fb7942b4a02bdedc77a4bf84432fae03c779149d
|
||||
Subproject commit 791c9f3691568889cc7968b8ae0d57fae4a1b71a
|
Loading…
x
Reference in New Issue
Block a user