From a6e76c0841cae03cae0c0e6ac75c32f979043093 Mon Sep 17 00:00:00 2001 From: TakaRikka <38417346+TakaRikka@users.noreply.github.com> Date: Sun, 30 Nov 2025 14:23:42 -0800 Subject: 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 --- src/d/d_error_msg.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/d/d_error_msg.cpp') diff --git a/src/d/d_error_msg.cpp b/src/d/d_error_msg.cpp index ed314e1247..13302cafd0 100644 --- a/src/d/d_error_msg.cpp +++ b/src/d/d_error_msg.cpp @@ -48,7 +48,6 @@ struct BMG_INF1 : JUTDataBlockHeader { #define CHAR_SPACE 1.0f #endif -/* 8009CB88-8009D194 0974C8 060C+00 1/1 0/0 0/0 .text messageSet__FUlb */ static void messageSet(u32 status, bool i_drawBg) { BMG_INF1* inf1; const char* msg_p; @@ -180,7 +179,6 @@ static void messageSet(u32 status, bool i_drawBg) { #endif } -/* 8009D194-8009D354 097AD4 01C0+00 1/1 0/0 0/0 .text draw__14dDvdErrorMsg_cFl */ void dDvdErrorMsg_c::draw(s32 status) { JUtility::TColor backColor = g_clearColor; JFWDisplay::getManager()->setClearColor(backColor); @@ -211,7 +209,6 @@ void dDvdErrorMsg_c::draw(s32 status) { JFWDisplay::getManager()->resetFader(); } -/* 8009D354-8009D410 097C94 00BC+00 0/0 1/1 0/0 .text execute__14dDvdErrorMsg_cFv */ u8 dDvdErrorMsg_c::execute() { static u8 l_dvdError; @@ -239,7 +236,6 @@ u8 dDvdErrorMsg_c::execute() { static u8 l_captureAlpha = 0xFF; -/* 8009D410-8009D790 097D50 0380+00 1/1 0/0 0/0 .text drawCapture__FUc */ static void drawCapture(u8 alpha) { static bool l_texCopied = false; @@ -296,7 +292,6 @@ static void drawCapture(u8 alpha) { JFWDisplay::getManager()->resetFader(); } -/* 8009D790-8009D87C 0980D0 00EC+00 0/0 1/1 0/0 .text execute__19dShutdownErrorMsg_cFv */ bool dShutdownErrorMsg_c::execute() { if (!mDoRst::isShutdown() && !mDoRst::isReturnToMenu()) { return false; -- cgit v1.2.3