mirror of
https://github.com/zeldaret/botw
synced 2026-06-11 21:18:33 -04:00
ksys/res: Rename Resource::m5() to finalize()
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user