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/SStandard/s_basic.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/SStandard/s_basic.cpp')
| -rw-r--r-- | src/SSystem/SStandard/s_basic.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/SSystem/SStandard/s_basic.cpp b/src/SSystem/SStandard/s_basic.cpp index 94d72e9087..21ce5fe1c6 100644 --- a/src/SSystem/SStandard/s_basic.cpp +++ b/src/SSystem/SStandard/s_basic.cpp @@ -1,11 +1,5 @@ -// -// Generated By: dol2asm -// Translation Unit: s_basic -// - #include "SSystem/SStandard/s_basic.h" -/* 80271C8C-80271CAC 0020+00 s=1 e=0 z=0 None .text sBs_FillArea_s__FPvUls */ void sBs_FillArea_s(void* pPtr, u32 pNumBytes, s16 pValue) { s16* castPtr = (s16*)pPtr; for (int i = 0; i < pNumBytes / 2; i++) { @@ -14,7 +8,6 @@ void sBs_FillArea_s(void* pPtr, u32 pNumBytes, s16 pValue) { } } -/* 80271CAC-80271CD0 0024+00 s=0 e=2 z=0 None .text sBs_ClearArea__FPvUl */ void sBs_ClearArea(void* pPtr, u32 pNumBytes) { sBs_FillArea_s(pPtr, pNumBytes, 0); } |
