mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-04-02 22:16:24 +00:00
Update moonlight-common-c
This commit is contained in:
@@ -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";
|
||||
|
||||
2
third_party/moonlight-common-c
vendored
2
third_party/moonlight-common-c
vendored
Submodule third_party/moonlight-common-c updated: 4d9cbd3c3d...2d35d7262f
Reference in New Issue
Block a user