mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-20 19:42:45 +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) {
|
||||
try {
|
||||
if (!decRend.setup(context.streamConfig.getWidth(), context.streamConfig.getHeight(),
|
||||
60, renderTarget, drFlags)) {
|
||||
context.streamConfig.getRefreshRate(), renderTarget, drFlags)) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user