mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-06-17 14:21:08 +00:00
Pass through the correct refresh rate now that people are doing sensible things with it
This commit is contained in:
@@ -122,7 +122,7 @@ public class VideoStream {
|
|||||||
if (decRend != null) {
|
if (decRend != null) {
|
||||||
try {
|
try {
|
||||||
if (!decRend.setup(context.streamConfig.getWidth(), context.streamConfig.getHeight(),
|
if (!decRend.setup(context.streamConfig.getWidth(), context.streamConfig.getHeight(),
|
||||||
60, renderTarget, drFlags)) {
|
context.streamConfig.getRefreshRate(), renderTarget, drFlags)) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user