mirror of https://github.com/zeldaret/botw.git
ksys/res: Fix ActorCapture vtable
This commit is contained in:
parent
ecec485d55
commit
9749f30484
|
@ -52,6 +52,7 @@ public:
|
||||||
|
|
||||||
ActorCapture();
|
ActorCapture();
|
||||||
|
|
||||||
|
void doCreate_(u8*, u32, sead::Heap*) override {}
|
||||||
bool needsParse() const override { return true; }
|
bool needsParse() const override { return true; }
|
||||||
bool ParamIO_m0() override { return true; }
|
bool ParamIO_m0() override { return true; }
|
||||||
|
|
||||||
|
@ -64,7 +65,6 @@ public:
|
||||||
LightInfo mLightInfoObj;
|
LightInfo mLightInfoObj;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
void doCreate_(u8*, u32, sead::Heap*) override{};
|
|
||||||
bool parse_(u8* data, size_t size, sead::Heap* heap) override;
|
bool parse_(u8* data, size_t size, sead::Heap* heap) override;
|
||||||
};
|
};
|
||||||
KSYS_CHECK_SIZE_NX150(ActorCapture, 0x538);
|
KSYS_CHECK_SIZE_NX150(ActorCapture, 0x538);
|
||||||
|
|
Loading…
Reference in New Issue