mirror of
https://github.com/zeldaret/botw
synced 2026-05-28 08:25:01 -04:00
ksys/res: Fix ActorCapture vtable
This commit is contained in:
@@ -52,6 +52,7 @@ public:
|
||||
|
||||
ActorCapture();
|
||||
|
||||
void doCreate_(u8*, u32, sead::Heap*) override {}
|
||||
bool needsParse() const override { return true; }
|
||||
bool ParamIO_m0() override { return true; }
|
||||
|
||||
@@ -64,7 +65,6 @@ public:
|
||||
LightInfo mLightInfoObj;
|
||||
|
||||
private:
|
||||
void doCreate_(u8*, u32, sead::Heap*) override{};
|
||||
bool parse_(u8* data, size_t size, sead::Heap* heap) override;
|
||||
};
|
||||
KSYS_CHECK_SIZE_NX150(ActorCapture, 0x538);
|
||||
|
||||
Reference in New Issue
Block a user