Code: Select all
SetupCallbacks();
pspDebugScreenInit();
do {
pspDebugScreenSetXY(0, 0);
pspDebugScreenPrintf("T:%d C:%d", time(0), clock());
sceDisplayWaitVblankStart();
} while(1);