McZonk
Joined: 14 Jul 2005 Posts: 35 Location: Germany
|
Posted: Thu Sep 29, 2005 7:40 pm Post subject: constant values for time() and clock() |
|
|
I'm not sure what I'm doing wrong, but I get constant values for clock() and time();
| Code: |
SetupCallbacks();
pspDebugScreenInit();
do {
pspDebugScreenSetXY(0, 0);
pspDebugScreenPrintf("T:%d C:%d", time(0), clock());
sceDisplayWaitVblankStart();
} while(1);
|
I tested on 1.0 and 1.5. I alaway get -2147352262 as return value. |
|