A log was added that creates a re3_log.txt file on the memory card for debugging purposes

This commit is contained in:
Dante Leoncini 2026-05-01 07:41:30 -03:00
parent 33a8324d08
commit 905ab38a64
5 changed files with 45 additions and 0 deletions

View file

@ -38,6 +38,8 @@
#include "Text.h"
#include "Timer.h"
#include "log.h"
psGlobalType psGlobal;
uint32 gGameState = 0;
@ -335,6 +337,9 @@ public:
}
void ConstructL(const TRect& aRect, CAknAppUi* aAppUi) {
InitLog();
Log("App start");
iAppUi = aAppUi;
CreateWindowL();
iAppUi->SetOrientationL(CAknAppUiBase::EAppUiOrientationLandscape);