mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-04-17 05:49:58 +00:00
Use a 60 FPS redraw rate even if the stream is 30 FPS to reduce stutter
This commit is contained in:
@@ -133,7 +133,7 @@ public class VideoStream {
|
|||||||
this.decRend = decRend;
|
this.decRend = decRend;
|
||||||
if (decRend != null) {
|
if (decRend != null) {
|
||||||
decRend.setup(streamConfig.getWidth(), streamConfig.getHeight(),
|
decRend.setup(streamConfig.getWidth(), streamConfig.getHeight(),
|
||||||
streamConfig.getRefreshRate(), renderTarget, drFlags);
|
60, renderTarget, drFlags);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user