mirror of
https://github.com/zeldaret/tp
synced 2026-08-15 12:59:14 -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:
@@ -4,9 +4,7 @@
|
||||
#include "f/f_pc/f_pc_base.h"
|
||||
#include "f/f_pc/f_pc_create_req.h"
|
||||
|
||||
extern "C" {
|
||||
|
||||
BOOL fpcCt_IsCreatingByID(u32 id) {
|
||||
BOOL fpcCt_IsCreatingByID(unsigned int id) {
|
||||
return fpcCtRq_IsCreatingByID(id);
|
||||
}
|
||||
|
||||
@@ -20,5 +18,4 @@ BOOL fpcCt_Abort(base_process_class* pProc) {
|
||||
|
||||
void fpcCt_Handler(void) {
|
||||
fpcCtRq_Handler();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user