|
@ -788,6 +788,7 @@ static double GetCurrentTime(void) |
|
|
QueryPerformanceFrequency(&clockFrequency); |
|
|
QueryPerformanceFrequency(&clockFrequency); |
|
|
QueryPerformanceCounter(¤tTime); |
|
|
QueryPerformanceCounter(¤tTime); |
|
|
|
|
|
|
|
|
|
|
|
time = (double)((double)currentTime/(double)clockFrequency); |
|
|
#endif |
|
|
#endif |
|
|
|
|
|
|
|
|
#if defined(PLATFORM_ANDROID) || defined(PLATFORM_RPI) |
|
|
#if defined(PLATFORM_ANDROID) || defined(PLATFORM_RPI) |
|
|