mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-06-19 07:10:56 +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>();
|
List<String> inputs = new ArrayList<String>();
|
||||||
boolean pair = false;
|
boolean pair = false;
|
||||||
int resolution = 720;
|
int resolution = 720;
|
||||||
int refresh = 30;
|
int refresh = 60;
|
||||||
boolean parse = true;
|
boolean parse = true;
|
||||||
|
|
||||||
for (int i = 0; i < args.length - 1; i++) {
|
for (int i = 0; i < args.length - 1; i++) {
|
||||||
|
|||||||
Reference in New Issue
Block a user