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
+3 -3
View File
@@ -4,12 +4,12 @@
#include "d/d_com_inf_game.h"
struct dShutdownErrorMsg_c {
/* 8009D790 */ static bool execute();
static bool execute();
};
struct dDvdErrorMsg_c {
/* 8009D194 */ static void draw(s32);
/* 8009D354 */ static u8 execute();
static void draw(s32);
static u8 execute();
};
#endif /* D_D_ERROR_MSG_H */