mirror of
https://github.com/zeldaret/botw
synced 2026-05-28 00:15:56 -04:00
ksys/act: Implement more ActorParamMgr functions
This commit is contained in:
@@ -373,7 +373,7 @@ bool ResourceMgrTask::canUseSdCard() const {
|
||||
return false;
|
||||
}
|
||||
|
||||
bool ResourceMgrTask::returnFalse() const {
|
||||
bool ResourceMgrTask::isHostPath(const sead::SafeString&) const {
|
||||
return false;
|
||||
}
|
||||
|
||||
@@ -634,6 +634,12 @@ bool ResourceMgrTask::isCompactionStopped() const {
|
||||
return mCompactionCounter == 0;
|
||||
}
|
||||
|
||||
bool ResourceMgrTask::initTempResourceLoader(TempResourceLoader* loader,
|
||||
TempResourceLoader::InitArg& arg) {
|
||||
arg.work = mTexHandleMgr->getArchiveWork();
|
||||
return loader->init(arg);
|
||||
}
|
||||
|
||||
bool ResourceMgrTask::returnTrue1() {
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user