mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-06-17 06:11:36 +00:00
Don't change refreshrate when specifying bitrate
This commit is contained in:
@@ -248,7 +248,6 @@ public class Limelight implements NvConnectionListener {
|
|||||||
System.out.println("Syntax error: bitrate expected after -bitrate");
|
System.out.println("Syntax error: bitrate expected after -bitrate");
|
||||||
System.exit(3);
|
System.exit(3);
|
||||||
}
|
}
|
||||||
refresh = 30;
|
|
||||||
} else if (args[i].equals("-fake")) {
|
} else if (args[i].equals("-fake")) {
|
||||||
fake = true;
|
fake = true;
|
||||||
} else if (args[i].equals("-notest")) {
|
} else if (args[i].equals("-notest")) {
|
||||||
|
|||||||
Reference in New Issue
Block a user