mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-21 12:03:02 +00:00
Pass through the correct refresh rate now that people are doing sensible things with it
This commit is contained in:
parent
95c82c5cc5
commit
2d5328fc24
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user