mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-04-07 16:36:10 +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.exit(3);
|
||||
}
|
||||
refresh = 30;
|
||||
} else if (args[i].equals("-fake")) {
|
||||
fake = true;
|
||||
} else if (args[i].equals("-notest")) {
|
||||
|
||||
Reference in New Issue
Block a user