mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-06-16 22:01:11 +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);
|
strcpy(config->key_dir, value);
|
||||||
break;
|
break;
|
||||||
case 's':
|
case 's':
|
||||||
config->stream.remote = 1;
|
config->stream.streamingRemotely = 1;
|
||||||
break;
|
break;
|
||||||
case 1:
|
case 1:
|
||||||
if (config->action == NULL)
|
if (config->action == NULL)
|
||||||
@@ -261,7 +261,7 @@ void config_parse(int argc, char* argv[], PCONFIGURATION config) {
|
|||||||
config->stream.fps = 60;
|
config->stream.fps = 60;
|
||||||
config->stream.bitrate = -1;
|
config->stream.bitrate = -1;
|
||||||
config->stream.packetSize = 1024;
|
config->stream.packetSize = 1024;
|
||||||
config->stream.remote = 0;
|
config->stream.streamingRemotely = 0;
|
||||||
|
|
||||||
config->platform = "default";
|
config->platform = "default";
|
||||||
config->app = "Steam";
|
config->app = "Steam";
|
||||||
|
|||||||
Vendored
+1
-1
Submodule third_party/moonlight-common-c updated: 4d9cbd3c3d...2d35d7262f
Reference in New Issue
Block a user