21#include "../../SDL_internal.h"
28#include "../SDL_timer_c.h"
32#include <pspthreadman.h>
34static struct timeval
start;
63 gettimeofday(&now,
NULL);
82 const Uint32 max_delay = 0xffffffffUL / 1000;
85 sceKernelDelayThreadCB(ms * 1000);
#define SDL_GetPerformanceCounter
Uint32 SDL_GetTicks(void)
Get the number of milliseconds since the SDL library initialization.
Uint64 SDL_GetPerformanceFrequency(void)
Get the count per second of the high resolution counter.