mirror of
https://github.com/zeldaret/botw
synced 2026-05-28 08:25:01 -04:00
ksys/act: Implement more ActorParamMgr functions
This commit is contained in:
@@ -9,6 +9,8 @@ class EntryFactoryBase;
|
||||
void registerEntryFactory(EntryFactoryBase* factory, const sead::SafeString& name);
|
||||
void unregisterEntryFactory(EntryFactoryBase* factory);
|
||||
|
||||
bool isHostPath(const sead::SafeString& path);
|
||||
|
||||
// In release builds, the only thing this function does is return 1.
|
||||
// TODO: figure out what this is used for. Stubbed log function?
|
||||
bool stubbedLogFunction();
|
||||
@@ -21,6 +23,8 @@ bool returnFalse();
|
||||
// TODO: figure out what this is used for. Stubbed log function?
|
||||
bool returnFalse2(const sead::SafeString&);
|
||||
|
||||
bool returnFalse3(const sead::SafeString& path);
|
||||
|
||||
s32 getDefaultAlignment();
|
||||
|
||||
} // namespace ksys::res
|
||||
|
||||
Reference in New Issue
Block a user