Fix symbol names (#118)

* checkpoint

* checkpoint

* rename f_pc

* checkpoint

* small symbol rename and fix some fpc symbols

* remove unneeded entries from ldscript

* simplify ok check, update docker container

Co-authored-by: Pheenoh <pheenoh@gmail.com>
This commit is contained in:
lepelog
2021-03-15 07:12:44 +01:00
committed by GitHub
parent 79b5438fc7
commit ce8319486b
3357 changed files with 59145 additions and 59695 deletions
+2 -5
View File
@@ -2,11 +2,9 @@
#include "dolphin/types.h"
// f_pc_leaf::g_fpcLf_type
extern s32 lbl_80450D30;
extern int lbl_80450D30;
extern "C" {
s32 fpcLf_GetPriority(leafdraw_class* pLeaf) {
s32 fpcLf_GetPriority(const leafdraw_class* pLeaf) {
return fpcDwPi_Get(&pLeaf->mDwPi);
}
@@ -47,5 +45,4 @@ s32 fpcLf_Create(leafdraw_class* pLeaf) {
pLeaf->mbUnk0 = 0;
}
return fpcMtd_Create(&pLeaf->mpDrawMtd->mBase, pLeaf);
}
}