diff options
| author | Jasper St. Pierre <jstpierre@mecheye.net> | 2023-09-09 22:39:55 -0700 |
|---|---|---|
| committer | Jasper St. Pierre <jstpierre@mecheye.net> | 2023-09-09 22:40:48 -0700 |
| commit | 08999719238fa0b34e4e4c3248a3c7869633dd99 (patch) | |
| tree | 2ba4f8c6380d12624d0c703d77d9955bca4bbaf0 /src/f_pc/f_pc_create_req.cpp | |
| parent | 701309e5ecd3dfd13fe70227d1fe30338fcc6fde (diff) | |
f_pc_manager, f_ap_game work
Diffstat (limited to 'src/f_pc/f_pc_create_req.cpp')
| -rw-r--r-- | src/f_pc/f_pc_create_req.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/f_pc/f_pc_create_req.cpp b/src/f_pc/f_pc_create_req.cpp index b2d7b8e2..a9e6f2b1 100644 --- a/src/f_pc/f_pc_create_req.cpp +++ b/src/f_pc/f_pc_create_req.cpp @@ -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 */ |
