mirror of
https://github.com/zeldaret/botw
synced 2026-05-24 07:10:50 -04:00
ksys/act: Implement more ActorParamMgr functions
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
#include "KingSystem/Resource/resSystem.h"
|
||||
#include "KingSystem/Resource/resResourceMgrTask.h"
|
||||
|
||||
namespace ksys::res {
|
||||
|
||||
@@ -6,6 +7,10 @@ bool stubbedLogFunction() {
|
||||
return true;
|
||||
}
|
||||
|
||||
bool isHostPath(const sead::SafeString& path) {
|
||||
return ResourceMgrTask::instance()->isHostPath(path);
|
||||
}
|
||||
|
||||
bool returnFalse() {
|
||||
return false;
|
||||
}
|
||||
@@ -14,6 +19,10 @@ bool returnFalse2(const sead::SafeString&) {
|
||||
return false;
|
||||
}
|
||||
|
||||
bool returnFalse3(const sead::SafeString&) {
|
||||
return false;
|
||||
}
|
||||
|
||||
s32 getDefaultAlignment() {
|
||||
return 8;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user