mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-04-17 05:49:58 +00:00
Introduce full range color option
This commit is contained in:
@@ -229,6 +229,8 @@
|
||||
<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_full_range">Use full (0–255) color range</string>
|
||||
<string name="summary_full_range">This may cause video issues or crashes if your device or display doesn\'t properly handle full range content.</string>
|
||||
<string name="title_enable_perf_overlay">Show performance stats while streaming</string>
|
||||
<string name="summary_enable_perf_overlay">Display real-time stream performance information while streaming</string>
|
||||
<string name="title_enable_post_stream_toast">Show latency message after streaming</string>
|
||||
|
||||
@@ -211,6 +211,11 @@
|
||||
android:title="@string/title_enable_hdr"
|
||||
android:summary="@string/summary_enable_hdr"
|
||||
android:defaultValue="false" />
|
||||
<CheckBoxPreference
|
||||
android:key="checkbox_full_range"
|
||||
android:title="@string/title_full_range"
|
||||
android:summary="@string/summary_full_range"
|
||||
android:defaultValue="false" />
|
||||
<CheckBoxPreference
|
||||
android:key="checkbox_enable_perf_overlay"
|
||||
android:title="@string/title_enable_perf_overlay"
|
||||
|
||||
Reference in New Issue
Block a user