mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-19 19:13:03 +00:00
Use a 60 FPS redraw rate even if the stream is 30 FPS to reduce stutter
This commit is contained in:
parent
6f8306cc18
commit
666fbecc01
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user