mirror of
https://github.com/zeldaret/botw
synced 2026-06-02 18:18:30 -04:00
ksys/act: Implement more ActorParamMgr functions
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
#include "KingSystem/Resource/resControlTask.h"
|
||||
#include "KingSystem/Resource/resCounter.h"
|
||||
#include "KingSystem/Resource/resInfoContainer.h"
|
||||
#include "KingSystem/Resource/resTempResourceLoader.h"
|
||||
#include "KingSystem/Resource/resUnit.h"
|
||||
#include "KingSystem/Resource/resUnitPool.h"
|
||||
#include "KingSystem/System/OverlayArena.h"
|
||||
@@ -162,7 +163,7 @@ public:
|
||||
sead::DirectResource* load(const DirectLoadArg& arg);
|
||||
|
||||
bool canUseSdCard() const;
|
||||
bool returnFalse() const;
|
||||
bool isHostPath(const sead::SafeString& path) const;
|
||||
|
||||
bool dropSFromExtensionIfNeeded(const sead::SafeString& path,
|
||||
sead::BufferedSafeString& new_path, s32 dot_idx,
|
||||
@@ -213,6 +214,8 @@ public:
|
||||
void setCompactionStopped(bool stopped);
|
||||
bool isCompactionStopped() const;
|
||||
|
||||
bool initTempResourceLoader(TempResourceLoader* loader, TempResourceLoader::InitArg& arg);
|
||||
|
||||
bool returnTrue1();
|
||||
|
||||
void clearCacheWithFileExtension(const sead::SafeString& extension);
|
||||
|
||||
Reference in New Issue
Block a user