mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-11-22 17:19:15 +01:00
Update glfw.cpp
This commit is contained in:
parent
4b6cc0188b
commit
8392b9ad2f
@ -211,7 +211,7 @@ psTimer(void)
|
||||
struct timespec start;
|
||||
#ifdef __linux__
|
||||
clock_gettime(CLOCK_MONOTONIC_RAW, &start);
|
||||
#elif __FreeBSD__
|
||||
#else
|
||||
clock_gettime(CLOCK_MONOTONIC, &start);
|
||||
#endif
|
||||
return start.tv_sec * 1000.0 + start.tv_nsec/1000000.0;
|
||||
|
Loading…
Reference in New Issue
Block a user