ksys/act: Finish implementing ActorParamMgr

This commit is contained in:
Léo Lam
2021-04-23 00:30:30 +02:00
parent 52196c4b75
commit 201d2ff06f
23 changed files with 464 additions and 242 deletions
+1 -1
View File
@@ -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;