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