mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-04-09 09:26:07 +00:00
Update Limelight Common to support new version of GFE 2.1.1
This commit is contained in:
@@ -26,8 +26,9 @@ public class FakeVideoRenderer extends AbstractVideoRenderer {
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setup(int width, int height, int redrawRate, Object renderTarget, int drFlags) {
|
||||
public boolean setup(int width, int height, int redrawRate, Object renderTarget, int drFlags) {
|
||||
System.out.println("Fake " + width + "x" + height + " " + redrawRate + "fps video output");
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user