mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-04-03 06:26:04 +00:00
Default to 60fps
This commit is contained in:
@@ -121,7 +121,7 @@ public class Limelight implements NvConnectionListener {
|
||||
List<String> inputs = new ArrayList<String>();
|
||||
boolean pair = false;
|
||||
int resolution = 720;
|
||||
int refresh = 30;
|
||||
int refresh = 60;
|
||||
boolean parse = true;
|
||||
|
||||
for (int i = 0; i < args.length - 1; i++) {
|
||||
|
||||
Reference in New Issue
Block a user