#include "flGlobal.h"#include <stdio.h>#include <psprtc.h>#include <pspkernel.h>Go to the source code of this file.
Functions | |
| Timer * | timerCreate () |
| double | timerGetDeltaTime (Timer *inTimer) |
| void | timerFree (Timer *inTimer) |
| void | timerPauseAll () |
Variables | |
| u64 | timerPauseUntil = 0 |
| Timer* timerCreate | ( | ) |
Definition at line 18 of file flTimer.c.
References debugError, memAlloc, NULL, Timer::timerTickResolution, Timer::timerTimeLast, and Timer::timerTimeNow.
Referenced by graphicsInit(), inputInit(), and ntfyInit().
| double timerGetDeltaTime | ( | Timer * | inTimer | ) |
Definition at line 32 of file flTimer.c.
References debugWarning, timerPauseUntil, Timer::timerTickResolution, Timer::timerTimeLast, and Timer::timerTimeNow.
Referenced by graphicsSwapBuffers(), inputLock(), inputPoll(), ntfyTick(), and ntfyTrayTick().
| void timerPauseAll | ( | ) |
| u64 timerPauseUntil = 0 |
1.5.1