mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-09-12 11:35:09 -04:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user