m_Do_main debug (#2965)

This commit is contained in:
Jcw87
2025-12-19 11:22:03 -08:00
committed by GitHub
parent 7f4456be78
commit 86729e6597
24 changed files with 218 additions and 53 deletions
-4
View File
@@ -130,10 +130,6 @@ void showAssert_f(u32 device, const char* file, int line, const char* msg, ...)
va_end(args);
}
void showAssert(u32 device, const char* file, int line, const char* msg) {
showAssert_f(device, file, line, "%s", msg);
}
void setWarningMessage_f_va(u32 device, const char* file, int line, const char* msg, va_list args) {
u32 messageLife = sMessageLife;
bool r26 = false;