Update moonlight-common-c

This commit is contained in:
Iwan Timmer
2015-08-16 21:04:24 +02:00
parent 26661f7ea1
commit 078b6d1c49
2 changed files with 3 additions and 3 deletions

View File

@@ -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";