Nearly match DolphinCTexture and various cleanups

Former-commit-id: 76f3ff2603441ac6aa39fa009e7f466e84c8bc56
This commit is contained in:
2023-10-17 11:26:21 -07:00
parent 130c641550
commit 602ed2b570
20 changed files with 603 additions and 79 deletions

View File

@@ -44,7 +44,8 @@ public:
// CIEKeyframeEmitter / rstl::vector(CInputStream&)
// why?
int ReadInt32() { return static_cast< uint >(Get(TType< int >())); }
u16 ReadUint16() { return Get<u16>(); }
ushort ReadUint16() { return Get<ushort>(); }
short ReadInt16() { return Get<short>(); }
uint GetBlockOffset() const { return x4_blockOffset; }