mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2026-04-13 19:26:19 +00:00
Improve debug output during frame loss
This commit is contained in:
@@ -528,7 +528,7 @@ static void requestInvalidateReferenceFrames(void) {
|
||||
return;
|
||||
}
|
||||
|
||||
Limelog("Invalidate reference frame request sent\n");
|
||||
Limelog("Invalidate reference frame request sent (%d to %d)\n", (int)payload[0], (int)payload[1]);
|
||||
}
|
||||
|
||||
static void invalidateRefFramesFunc(void* context) {
|
||||
|
||||
Reference in New Issue
Block a user