ksys/res: Implement more ResourceMgrTask and OverlayArena functions

This commit is contained in:
Léo Lam
2020-10-11 12:34:15 +02:00
parent fc0d0ddaf7
commit 1c9d5781ae
14 changed files with 874 additions and 105 deletions
+5 -1
View File
@@ -10,8 +10,12 @@ bool returnFalse() {
return false;
}
bool returnFalse2() {
bool returnFalse2(const sead::SafeString&) {
return false;
}
s32 getDefaultAlignment() {
return 8;
}
} // namespace ksys::res