mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2026-04-23 16:39:09 +00:00
Add LiGetMillis() for clients to use for latency calculation
This commit is contained in:
@@ -88,3 +88,7 @@ void LiInitializeConnectionCallbacks(PCONNECTION_LISTENER_CALLBACKS clCallbacks)
|
||||
void LiInitializeServerInformation(PSERVER_INFORMATION serverInfo) {
|
||||
memset(serverInfo, 0, sizeof(*serverInfo));
|
||||
}
|
||||
|
||||
unsigned long long LiGetMillis(void) {
|
||||
return PltGetMillis();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user