Added a bunch of Diag functions to diagnose the black screen issue (was a bug in GXGeometry.h). Resumed to old ClearEfb function, no pink screen anymore.

Updated aurora with local changes for TP
This commit is contained in:
Lurs
2026-02-23 14:33:29 +01:00
parent 43ea7786b9
commit f710f30702
8 changed files with 98 additions and 14 deletions
+6
View File
@@ -107,8 +107,14 @@ void dScnLogo_c::checkProgSelect() {
}
int dScnLogo_c::draw() {
static int sDrawLogCount = 0;
if (sDrawLogCount < 10) {
printf("[DIAG] dScnLogo_c::draw: mExecCommand=%d mTimer=%d\n", mExecCommand, mTimer);
fflush(stdout);
}
cLib_calcTimer<u16>(&mTimer);
(this->*l_execFunc[mExecCommand])();
sDrawLogCount++;
return 1;
}