diff options
| author | AlexApps99 <alex.apps99@gmail.com> | 2021-08-16 11:26:11 +1200 |
|---|---|---|
| committer | AlexApps99 <alex.apps99@gmail.com> | 2021-08-20 23:27:01 +1200 |
| commit | dfeb87fd3d128d655633e29b0b71eb795d58eab2 (patch) | |
| tree | 4c123792562055302e02887566aee8bfe586b3bf /src/KingSystem/Resource/resSystem.cpp | |
| parent | 8812e80809dcc18d00faa7f21f5f28b92bfefc66 (diff) | |
ksys: Add StarterPackMgr
Diffstat (limited to 'src/KingSystem/Resource/resSystem.cpp')
| -rw-r--r-- | src/KingSystem/Resource/resSystem.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/KingSystem/Resource/resSystem.cpp b/src/KingSystem/Resource/resSystem.cpp index c40b9df9..e1064b13 100644 --- a/src/KingSystem/Resource/resSystem.cpp +++ b/src/KingSystem/Resource/resSystem.cpp @@ -36,4 +36,12 @@ s32 getDefaultAlignment() { return 8; } +void registerPackExtension(bool has_extension, const sead::SafeString& extension) {} + +void stubbedBool(bool) {} + +void setResourceMgrPack(Handle* pack) { + ResourceMgrTask::instance()->setPack(pack); +} + } // namespace ksys::res |
