Consolidate performance overlay lines to reduce wasted space

This commit is contained in:
Cameron Gutman
2021-05-16 20:20:36 -05:00
parent 98f3c56da5
commit ea98d64184
11 changed files with 2 additions and 22 deletions

View File

@@ -104,9 +104,8 @@
<string name="delete_pc_msg">Are you sure you want to delete this PC?</string>
<string name="slow_connection_msg">Slow connection to PC\nReduce your bitrate</string>
<string name="poor_connection_msg">Poor connection to PC</string>
<string name="perf_overlay_dimensions">Video dimensions: %1$s</string>
<string name="perf_overlay_streamdetails">Video stream: %1$s %2$.2f FPS</string>
<string name="perf_overlay_decoder">Decoder: %1$s</string>
<string name="perf_overlay_hostfps">Estimated host PC frame rate: %1$.2f FPS</string>
<string name="perf_overlay_incomingfps">Incoming frame rate from network: %1$.2f FPS</string>
<string name="perf_overlay_renderingfps">Rendering frame rate: %1$.2f FPS</string>
<string name="perf_overlay_netdrops">Frames dropped by your network connection: %1$.2f%%</string>