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/SSystem/SComponent/c_request.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/SSystem/SComponent/c_request.cpp')
| -rw-r--r-- | src/SSystem/SComponent/c_request.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/SSystem/SComponent/c_request.cpp b/src/SSystem/SComponent/c_request.cpp index 1bc3814b06..fa5eea6d79 100644 --- a/src/SSystem/SComponent/c_request.cpp +++ b/src/SSystem/SComponent/c_request.cpp @@ -5,7 +5,6 @@ #include "SSystem/SComponent/c_request.h" -/* 802667D4-80266800 261114 002C+00 0/0 3/3 0/0 .text cReq_Is_Done__FP18request_base_class */ int cReq_Is_Done(request_base_class* i_this) { if (i_this->flag1 == 1) { i_this->flag1 = 0; @@ -14,20 +13,16 @@ int cReq_Is_Done(request_base_class* i_this) { return 0; } -/* 80266800-80266830 261140 0030+00 0/0 3/3 0/0 .text cReq_Done__FP18request_base_class - */ void cReq_Done(request_base_class* i_this) { i_this->flag0 = 0; i_this->flag1 = 1; i_this->flag2 = 0; } -/* 80266830-80266850 261170 0020+00 0/0 2/2 0/0 .text cReq_Command__FP18request_base_classUc */ void cReq_Command(request_base_class* i_this, u8 param_1) { cReq_Create(i_this, param_1); } -/* 80266850-80266880 261190 0030+00 1/1 2/2 0/0 .text cReq_Create__FP18request_base_classUc */ void cReq_Create(request_base_class* i_this, u8 param_1) { i_this->flag0 = 1; i_this->flag1 = 0; |
