f_pc_manager, f_ap_game work

This commit is contained in:
Jasper St. Pierre
2023-09-09 22:39:55 -07:00
parent 701309e5ec
commit 0899971923
10 changed files with 324 additions and 15 deletions
+2 -2
View File
@@ -108,8 +108,8 @@ BOOL fpcCtRq_Do(create_request* i_request) {
}
/* 8003CFC4-8003CFF0 .text fpcCtRq_Handler__Fv */
void fpcCtRq_Handler() {
fpcCtIt_Method((fpcCtIt_MethodFunc)fpcCtRq_Do, NULL);
s32 fpcCtRq_Handler() {
return fpcCtIt_Method((fpcCtIt_MethodFunc)fpcCtRq_Do, NULL);
}
/* 8003CFF0-8003D078 .text fpcCtRq_Create__FP11layer_classUlP27create_request_method_class */