mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-04-09 17:36:03 +00:00
Add never drop frames option for devices with micro-stuttering issues
This commit is contained in:
@@ -97,5 +97,10 @@
|
||||
android:entryValues="@array/video_format_values"
|
||||
android:summary="@string/summary_video_format"
|
||||
android:defaultValue="auto" />
|
||||
<CheckBoxPreference
|
||||
android:key="checkbox_disable_frame_drop"
|
||||
android:title="@string/title_disable_frame_drop"
|
||||
android:summary="@string/summary_disable_frame_drop"
|
||||
android:defaultValue="false" />
|
||||
</PreferenceCategory>
|
||||
</PreferenceScreen>
|
||||
|
||||
Reference in New Issue
Block a user