mirror of
https://github.com/zeldaret/tp
synced 2026-09-01 01:41:51 -04:00
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
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user