mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-04-18 06:20:19 +00:00
Change H.265 to HEVC to match other clients
This commit is contained in:
@@ -92,9 +92,9 @@
|
||||
</string-array>
|
||||
|
||||
<string-array name="video_format_names">
|
||||
<item>Use H.265 only if stable</item>
|
||||
<item>Always use H.265 (may crash)</item>
|
||||
<item>Never use H.265</item>
|
||||
<item>Use HEVC only if stable</item>
|
||||
<item>Always use HEVC (may crash)</item>
|
||||
<item>Never use HEVC</item>
|
||||
</string-array>
|
||||
<string-array name="video_format_values" translatable="false">
|
||||
<item>auto</item>
|
||||
|
||||
@@ -217,8 +217,8 @@
|
||||
<string name="summary_checkbox_disable_warnings">Disable on-screen connection warning messages while streaming</string>
|
||||
<string name="title_disable_frame_drop">Never drop frames</string>
|
||||
<string name="summary_disable_frame_drop">May reduce micro-stuttering on some devices, but can increase latency</string>
|
||||
<string name="title_video_format">Change H.265 settings</string>
|
||||
<string name="summary_video_format">H.265 lowers video bandwidth requirements but requires a newer device</string>
|
||||
<string name="title_video_format">Change HEVC settings</string>
|
||||
<string name="summary_video_format">HEVC lowers video bandwidth requirements but requires a newer device</string>
|
||||
<string name="title_enable_hdr">Enable HDR (Experimental)</string>
|
||||
<string name="summary_enable_hdr">Stream HDR when the game and PC GPU support it. HDR requires a GTX 1000 series GPU or later.</string>
|
||||
<string name="title_enable_perf_overlay">Show performance stats while streaming</string>
|
||||
|
||||
Reference in New Issue
Block a user