mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2026-04-20 23:20:17 +00:00
Add LiGetMillis() for clients to use for latency calculation
This commit is contained in:
@@ -293,7 +293,7 @@ int PltWaitForEvent(PLT_EVENT* event) {
|
||||
#endif
|
||||
}
|
||||
|
||||
uint64_t PltGetMillis(void) {
|
||||
unsigned long long PltGetMillis(void) {
|
||||
#if defined(LC_WINDOWS)
|
||||
return GetTickCount64();
|
||||
#elif HAVE_CLOCK_GETTIME
|
||||
|
||||
Reference in New Issue
Block a user