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
+2 -2
View File
@@ -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";