diff options
| author | TakaRikka <38417346+TakaRikka@users.noreply.github.com> | 2025-11-30 14:23:42 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-30 15:23:42 -0700 |
| commit | a6e76c0841cae03cae0c0e6ac75c32f979043093 (patch) | |
| tree | 76b5f590c59c6abdf2c80d0a3d5c0ccb31ebd0fe /src/f_pc/f_pc_fstcreate_req.cpp | |
| parent | 434415337d268e405b09f6b72935a7e918e4cfe7 (diff) | |
project cleanup (#2895)
* some wii OS fixes
* remove old dol2asm comments
* remove dol2asm.h
* remove function address comments
* normalize ATTRIBUTE_ALIGN usage
* DECL_WEAK macro
* fix gcc attribute weak macro
* wrap more mwcc specific things in ifdefs
* fixes
* fix revo sdk version flags
* fixes
Diffstat (limited to 'src/f_pc/f_pc_fstcreate_req.cpp')
| -rw-r--r-- | src/f_pc/f_pc_fstcreate_req.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/f_pc/f_pc_fstcreate_req.cpp b/src/f_pc/f_pc_fstcreate_req.cpp index 3d0703d218..5757d9900f 100644 --- a/src/f_pc/f_pc_fstcreate_req.cpp +++ b/src/f_pc/f_pc_fstcreate_req.cpp @@ -8,7 +8,6 @@ #include "f_pc/f_pc_layer.h" #include "f_pc/f_pc_load.h" -/* 80023A48-80023A98 0050+00 s=1 e=3 z=52 None .text fpcFCtRq_Do__FP19fast_create_request */ s32 fpcFCtRq_Do(fast_create_request* i_createReq) { if (i_createReq->create_func != NULL && i_createReq->create_func(i_createReq->base.process, i_createReq->data) == 0) @@ -19,14 +18,10 @@ s32 fpcFCtRq_Do(fast_create_request* i_createReq) { } } -/* 80023A98-80023AA0 0008+00 s=1 e=0 z=0 None .text fpcFCtRq_Delete__FP19fast_create_request - */ s32 fpcFCtRq_Delete(fast_create_request* i_createReq) { return 1; } -/* 80023AA0-80023B70 00D0+00 s=0 e=3 z=43 None .text - * fpcFCtRq_Request__FP11layer_classsPFPvPv_iPvPv */ base_process_class* fpcFCtRq_Request(layer_class* i_layer, s16 i_procname, fstCreateFunc i_createFunc, void* i_createData, void* i_append) { static create_request_method_class submethod = {(cPhs__Handler)fpcFCtRq_Do, NULL, |
