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:
TakaRikka
2025-11-30 14:23:42 -08:00
committed by GitHub
parent 434415337d
commit a6e76c0841
2375 changed files with 24683 additions and 71069 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ struct JASPortCmd : JSULink<JASPortCmd> {
void execCommandStay();
};
/* 80291060 */ static void execAllCommand();
static void execAllCommand();
Command _10;
JASPortArgs* _14;