mirror of
https://github.com/zeldaret/botw
synced 2026-05-26 07:38:50 -04:00
ksys/act: Finish implementing ActorParamMgr
This commit is contained in:
@@ -8,7 +8,7 @@ SEAD_SINGLETON_DISPOSER_IMPL(ASSetting)
|
||||
|
||||
ASSetting::~ASSetting() = default;
|
||||
|
||||
void ASSetting::init(const sead::SafeString& config_path) {
|
||||
void ASSetting::init(const sead::SafeString& config_path, sead::Heap* heap) {
|
||||
res::LoadRequest req;
|
||||
req.mRequester = "ASSetting";
|
||||
req._22 = true;
|
||||
|
||||
Reference in New Issue
Block a user