mirror of
https://github.com/zeldaret/botw
synced 2026-05-27 16:12:59 -04:00
ksys/res: Implement more ResourceMgrTask and OverlayArena functions
This commit is contained in:
@@ -10,8 +10,12 @@ bool returnFalse() {
|
||||
return false;
|
||||
}
|
||||
|
||||
bool returnFalse2() {
|
||||
bool returnFalse2(const sead::SafeString&) {
|
||||
return false;
|
||||
}
|
||||
|
||||
s32 getDefaultAlignment() {
|
||||
return 8;
|
||||
}
|
||||
|
||||
} // namespace ksys::res
|
||||
|
||||
Reference in New Issue
Block a user