Implement LegoTexturePresenter::Read and Store (#641)

* LegoTexturePresenter::Read

* Implement LegoTexturePresenter::Store

* Rename

* Fix naming
This commit is contained in:
Christian Semmler
2024-03-09 10:49:13 -05:00
committed by GitHub
parent fb800db862
commit 9e2f37e7ca
16 changed files with 281 additions and 85 deletions

View File

@@ -42,6 +42,9 @@ public:
void Enable(MxBool p_enable) override; // vtable+0x54
virtual void LoopChunk(MxStreamChunk* p_chunk); // vtable+0x58
MxStreamChunk* CurrentChunk();
MxStreamChunk* NextChunk();
// SYNTHETIC: LEGO1 0x1000c680
// MxMediaPresenter::`scalar deleting destructor'
@@ -53,10 +56,6 @@ protected:
void Init();
void Destroy(MxBool p_fromDestructor);
public:
MxStreamChunk* CurrentChunk();
MxStreamChunk* NextChunk();
};
// SYNTHETIC: LEGO1 0x100b46e0