mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-04-22 16:16:39 +00:00
Update to new SteamConfiguration API
This commit is contained in:
@@ -281,7 +281,7 @@ public class Limelight implements NvConnectionListener {
|
|||||||
}
|
}
|
||||||
} else if (args[i].equals("-app")) {
|
} else if (args[i].equals("-app")) {
|
||||||
if (i + 1 < args.length) {
|
if (i + 1 < args.length) {
|
||||||
builder.setApp(args[i+1]);
|
builder.setApp(new NvApp(args[i+1]));
|
||||||
i++;
|
i++;
|
||||||
} else {
|
} else {
|
||||||
System.out.println("Syntax error: application name expected after -app");
|
System.out.println("Syntax error: application name expected after -app");
|
||||||
|
|||||||
Reference in New Issue
Block a user