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_op/f_op_msg.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_op/f_op_msg.cpp')
| -rw-r--r-- | src/f_op/f_op_msg.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/f_op/f_op_msg.cpp b/src/f_op/f_op_msg.cpp index 70826ba864..4b9ad8afe6 100644 --- a/src/f_op/f_op_msg.cpp +++ b/src/f_op/f_op_msg.cpp @@ -9,13 +9,11 @@ #include "f_op/f_op_msg_mng.h" #include "f_pc/f_pc_manager.h" -/* 8001F488-8001F4B0 019DC8 0028+00 1/0 0/0 0/0 .text fopMsg_Draw__FPv */ static int fopMsg_Draw(void* i_this) { msg_class* a_this = (msg_class*)i_this; return fpcLf_DrawMethod(a_this->sub_method, i_this); } -/* 8001F4B0-8001F4E8 019DF0 0038+00 1/0 0/0 0/0 .text fopMsg_Execute__FPv */ static int fopMsg_Execute(void* i_this) { msg_class* a_this = (msg_class*)i_this; @@ -27,7 +25,6 @@ static int fopMsg_Execute(void* i_this) { return ret; } -/* 8001F4E8-8001F53C 019E28 0054+00 1/0 0/0 0/0 .text fopMsg_IsDelete__FPv */ static int fopMsg_IsDelete(void* i_this) { msg_class* a_this = (msg_class*)i_this; @@ -39,7 +36,6 @@ static int fopMsg_IsDelete(void* i_this) { return ret; } -/* 8001F53C-8001F588 019E7C 004C+00 1/0 0/0 0/0 .text fopMsg_Delete__FPv */ static int fopMsg_Delete(void* i_this) { msg_class* a_this = (msg_class*)i_this; @@ -53,10 +49,8 @@ static int fopMsg_Delete(void* i_this) { u8 fopMsg::MemCheck; #endif -/* 80450CF0-80450CF8 0001F0 0004+04 1/1 0/0 0/0 .sbss fopMsg_MSG_TYPE */ static int fopMsg_MSG_TYPE; -/* 8001F588-8001F660 019EC8 00D8+00 1/0 0/0 0/0 .text fopMsg_Create__FPv */ int fopMsg_Create(void* i_this) { msg_class* a_this = (msg_class*)i_this; @@ -86,7 +80,6 @@ int fopMsg_Create(void* i_this) { return ret; } -/* 803A3958-803A3970 -00001 0014+04 0/0 5/0 0/0 .data g_fopMsg_Method */ leafdraw_method_class g_fopMsg_Method = { (process_method_func)fopMsg_Create, (process_method_func)fopMsg_Delete, (process_method_func)fopMsg_Execute, (process_method_func)fopMsg_IsDelete, |
