mirror of
https://github.com/zeldaret/botw
synced 2026-07-06 05:04:38 -04:00
ksys/res: Implement register/unregisterFactory
This commit is contained in:
@@ -123,6 +123,9 @@ public:
|
||||
bool isDefragDone() const;
|
||||
f32 getDefragProgress() const;
|
||||
|
||||
void registerFactory(sead::ResourceFactory* factory, const sead::SafeString& name);
|
||||
void unregisterFactory(sead::ResourceFactory* factory);
|
||||
|
||||
s32 getCacheIdx(const sead::SafeString& path) const;
|
||||
|
||||
void cancelTasks();
|
||||
|
||||
Reference in New Issue
Block a user