mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-04-02 22:16:13 +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;
|
||||
if (decRend != null) {
|
||||
decRend.setup(streamConfig.getWidth(), streamConfig.getHeight(),
|
||||
streamConfig.getRefreshRate(), renderTarget, drFlags);
|
||||
60, renderTarget, drFlags);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user