ksys/res: Rename Resource::m5() to finalize()

This commit is contained in:
Léo Lam
2020-09-06 17:55:26 +02:00
parent bb055e442e
commit 1778aff4d4
5 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -20,8 +20,8 @@ void Resource::parse(Context*, sead::Heap* heap) {
parse_(mRawData, mRawSize, heap);
}
bool Resource::m5() {
m5_();
bool Resource::finalize() {
finalize_();
return true;
}