mirror of
https://github.com/zeldaret/tp
synced 2026-08-17 13:30:07 -04:00
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:
@@ -2,8 +2,6 @@
|
||||
#include "f/f_pc/f_pc_method.h"
|
||||
#include "dolphin/types.h"
|
||||
|
||||
extern "C" {
|
||||
|
||||
s32 fpcMtd_Method(process_method_func pFunc, void* pUserData) {
|
||||
if (pFunc != NULL)
|
||||
return pFunc(pUserData);
|
||||
@@ -26,4 +24,3 @@ s32 fpcMtd_Delete(process_method_class* pMthd, void* pUserData) {
|
||||
s32 fpcMtd_Create(process_method_class* pMthd, void* pUserData) {
|
||||
return fpcMtd_Method(pMthd->mpCreateFunc, pUserData);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user