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
@@ -80,7 +80,7 @@ bool ActorLink::parse_(u8* data, size_t, sead::Heap* heap) {
return true;
}
void ActorLink::m5_() {
void ActorLink::finalize_() {
if (!mTags.isBufferReady())
return;