We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a337bd5 commit eb4cd73Copy full SHA for eb4cd73
app/src/main/java/com/limelight/Game.java
@@ -1142,12 +1142,11 @@ protected void onStop() {
1142
+ ' '
1143
+ decimalFormat.format(decoderRenderer.getAverageEndToEndLatency())
1144
+ millisecondSuffix
1145
- + " ("
1146
- + getResources().getString(R.string.conn_client_latency_hw)
+ + '\n'
+ + getResources().getString(R.string.conn_hardware_latency)
1147
1148
+ decimalFormat.format(decoderRenderer.getAverageDecoderLatency())
1149
- + millisecondSuffix
1150
- + ")";
+ + millisecondSuffix;
1151
1152
// Add the video codec to the post-stream toast
1153
message += " [";
0 commit comments