mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-05-19 08:00:18 +00:00
Update moonlight-common-c
This commit is contained in:
+2
-2
@@ -182,7 +182,7 @@ static void parse_argument(int c, char* value, PCONFIGURATION config) {
|
||||
strcpy(config->key_dir, value);
|
||||
break;
|
||||
case 's':
|
||||
config->stream.remote = 1;
|
||||
config->stream.streamingRemotely = 1;
|
||||
break;
|
||||
case 1:
|
||||
if (config->action == NULL)
|
||||
@@ -261,7 +261,7 @@ void config_parse(int argc, char* argv[], PCONFIGURATION config) {
|
||||
config->stream.fps = 60;
|
||||
config->stream.bitrate = -1;
|
||||
config->stream.packetSize = 1024;
|
||||
config->stream.remote = 0;
|
||||
config->stream.streamingRemotely = 0;
|
||||
|
||||
config->platform = "default";
|
||||
config->app = "Steam";
|
||||
|
||||
Vendored
+1
-1
Submodule third_party/moonlight-common-c updated: 4d9cbd3c3d...2d35d7262f
Reference in New Issue
Block a user