From bd53961d67800a67de650290379e1e9cf5925b8c Mon Sep 17 00:00:00 2001 From: redphx <96280+redphx@users.noreply.github.com> Date: Thu, 27 Jul 2023 08:11:17 +0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa02561..39a71c3 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ Don't see your browser in the table? If it supports Tampermonkey/Userscript then | Abbr. | Full name | Explain | |------:|:-------------------|:-----------------------------------------------------------------------------------------------------------------------------------| | FPS | Frames per Seconds | The number of decoded frames in the last second of the stream (equal to or lower than the FPS of the game) | -| DT | Decode Time | The average time it took to decode one frame in the last second (might be bugged) | +| DT | Decode Time | The average time it took to decode one frame in the last second (might be bugged [#26](https://github.com/redphx/better-xcloud/issues/26)) | | RTT | Round Trip Time | The number of seconds it takes for data to be sent from your device to the server and back over (similar to ping, lower is better) | | BR | Bitrate | The amount of data the server sent to your device in the last second | | PL | Packets Lost | The total number of packets lost |